• pullman

    (@pullman)


    In my footer div, I have two divs – one for the menu and one for the copyright info – both centered with width and margin auto.

    Why does the copyright info begin on the same line as the menu? Even more oddly, if I add a </br> between them, the copyright info will just be shifted down as it looks. In other words, the word “All” will still be out to the right, but just one line lower.

    Thanks for your help
    /p

Viewing 4 replies - 1 through 4 (of 4 total)
  • @mercime

    (@mercime)

    Why does the copyright info begin on the same line as the menu?

    It would help if you shared either theme URL or your site URL. Or, you might want to install Firebug, a Firefox add-on to resolve the issue.

    Thread Starter pullman

    (@pullman)

    Oops, sorry.

    It’s https://philipus.com

    Thanks for your help. I use Chrome and the Inspect Element function but still can’t solve this.

    Michael

    (@alchymyth)

    this has probaly to do with uncleared floats of the #nav menu;

    try to add: clear: both; to the style of #copyrightfont

    Thread Starter pullman

    (@pullman)

    Thanks Alchymyth, I’m very grateful, that did the trick.

    Now I just need to figure out why the nav menu isn’t completely centered.
    /p

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Why is there no line break after the div?’ is closed to new replies.