• asnowden

    (@asnowden)


    Hi Guys,
    hoping someone can help me with a glitch i’ve come across on a website i’m working on.

    On this page there is a break under the template header which appears on a few pages but not on the majority.

    I’m pretty sure it’s a CSS problem but can’t for the life of me identify it. Has anyone seen this sort of thing before? Does anyone know what the problem might be and how co fix.

    Any help would be greatly appreciated….:-}

Viewing 4 replies - 1 through 4 (of 4 total)
  • skylar_inmotion

    (@skylar_inmotion)

    The title paragraph has a top margin that is pushing everything down from the header. Overriding the top margin should fix it:

    <p style="text-align:center; margin-top:5px;"><strong>TheSpirit of Christmas<br />
    By Patricia Cori<br />
    17 December 2002</strong></p>
    Thread Starter asnowden

    (@asnowden)

    Hi skylar, thanks for taking the time to look at this….

    I still have a problem though in that i’m obviously not seeing what you are. I am looking at this using Firefox and the source code shows….

    <p style="text-align: center;"><strong>The Spirit of Christmas<br />
    By Patricia Cori<br />
    17 December 2002</strong></p>

    …. no margin-top:5px !!

    skylar_inmotion

    (@skylar_inmotion)

    Yeah, that’s the correct source code for the current page. You’re going to want to edit the post within WordPress and add the margin-top:5px; to it.

    Thread Starter asnowden

    (@asnowden)

    I finally got what you meant skylar and you were correct problem solved:-}

    Thanks a bunch for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Frustrating Template Glitch’ is closed to new replies.