Results 1 to 3 of 3

Thread: Layout problem after copying an article

  1. #1
    New user
    Join Date
    02-22-10.
    Posts
    2

    Default Layout problem after copying an article

    Hi guys,

    I have a problem with the layout of a page in my website after I copied an article as a template for a new one.
    Template: http://www.excursief.nl/diensten.html
    The copied page: http://www.excursief.nl/zakelijk.html

    You see the neat lines in de first one? I really would like to have them in the second one but I have no idea how to get them back.

    Can anyone advise?

    Thanks!
    Maarten

  2. #2
    User
    Join Date
    06-19-09.
    Posts
    89

    Default Re: Layout problem after copying an article

    Looks like some CSS is missing.

    http://www.excursief.nl/css/layout.css
    div#diensten div.ce_teaser (line 88)
    {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    }

    It looks like this div is not on your second page: #diensten

    <div class="mod_article block" id="diensten">

  3. #3
    New user
    Join Date
    02-22-10.
    Posts
    2

    Default Re: Layout problem after copying an article

    Thanks, I'll let my expert brother have a look!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •