• Resolved rabbitstew

    (@rabbitstew)


    Hi there, my theme at https://danielledeliate.com is not working. I’ve narrowed the error to the header, but I can’t seem to figure out what i’m missing. Please help, thank you!

    [large chunks of code must be placed at pastebin.com]
Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter rabbitstew

    (@rabbitstew)

    did you mean https://danielledelaite.com/?
    the theme looks like it is working… are you still having problems?

    Thread Starter rabbitstew

    (@rabbitstew)

    Yes, I think all the div’s are out of order, the elements are not displaying correctly.

    do you have the original style sheet file before it was uploaded?
    i can see some possible mistakes in the menu section of the style sheet.
    the div order might be okay… but if it is a div problem, it seems like it might be that a div is being closed too soon.

    in this case it is probably your header div – it gets closed right before the clear div here:
    </div><div class="clear"></div>

    try deleting the </div> before the<div class="clear"></div>

    it looks like there is already it’s proper closing tag right here:

    </div>
    <!--/header-->
    <div class="content"><div class="content-bg">

    [Please post code snippets between backticks or use the code button.]

    Thread Starter rabbitstew

    (@rabbitstew)

    Thank you very much! Worked!

    looks great! make sure and change this topic to resolved (it’s a choice on the right – and click change).

    Thread Starter rabbitstew

    (@rabbitstew)

    Than you for your help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Theme Displaying Incorrectly’ is closed to new replies.