How do I get rid of this ugly white space under my menu?

3 replies
  • WEB DESIGN
  • |
This is somewhat ridiculous. It wasn't there before, then I changed my menu, and all a sudden it appeared on both my sidebar and main page area.

I checked my body tags for margins but that doesn't seem to be the problem. Does anyone know whats causing the white space under the menu?


MMRG Mold Remediation NJ | Licensed, Insured, BBB Accredited!-
#menu #rid #space #ugly #white
  • Profile picture of the author David V
    RedShifted,

    It's this:
    Code:
    <ul class="children">
    	<li class="page_item page-item-1160 current_page_item">
    <a href="http://www.mymoldremovalguys.com/mold-remediation-contractor-n/hide/">Hide</a></li>
    </ul>
    It's over-extending the menu so it drops down, creating a white space.
    Drag you mouse over the white space horizontally and you'll hit the hyperlink (hidden), click it and you see it right there in the middle.
    {{ DiscussionBoard.errors[7612065].message }}
  • Profile picture of the author RedShifted
    I should have known that since I just tried adding my first sub menu.

    But that presents a bigger issue. Now my submenus work, but they don't work right.

    Do you know if there is any way to stop my submenus from pushing my content down? That way I can keep the submenus and add more content to my site?
    {{ DiscussionBoard.errors[7612079].message }}
    • Profile picture of the author David V
      Originally Posted by RedShifted View Post

      Do you know if there is any way to stop my submenus from pushing my content down? That way I can keep the submenus and add more content to my site?
      Submenus will not push content down, there's another issue going on. Either an error in the theme, or in the way the menu is setup.

      EDIT:
      You do not have native WP menu support, and it's not setup for dropdowns. (no css).
      {{ DiscussionBoard.errors[7612083].message }}

Trending Topics