Forums

[resolved] Menu causes space on blog page (3 posts)

  1. SETH__M
    Member
    Posted 2 weeks ago #

    Hello,
    I'm new to Wordpress and I've been tinkering with using WP as CMS and customizing the theme. So far things are ok except for one problem I need help with.

    The menu causes a gap in the site's blog page. The gap is the size of the menu and does not occur in the other pages.

    I'm very new to php and I need help solving this.

    Here is the url: http://202lovesyou.com/news/

    Thank you,
    SM

  2. esmi
    Member
    Posted 2 weeks ago #

    Get rid of the <div class="clear"></div> that is immediately before the entry meta and change it to a clear:right;. Since your menu is left floated, issuing a CSS clear:both also clears the menu.

  3. SETH__M
    Member
    Posted 2 weeks ago #

    That solved it, thank you!!

Reply

You must log in to post.

About this Topic