How to Remove Space between header and Main Menu
-
Hi,
Following instructions on this thread:https://en.forums.wordpress.com/topic/how-to-move-search-box?replies=5
I was able to delete the search box in the top right corner (theme: twenty-eleven). However, there is now a gap between my main navigation bar and my header. What do I put in css to remove this?
Thanks for the help!
The blog I need help with is enviroethics.org.
The blog I need help with is: (visible only to logged in users)
-
Add the following to your CSS:
#access { margin-top: -33px; }and then change the “top” value in #branding #searchform to 0.35em.
-
-
- The topic ‘How to Remove Space between header and Main Menu’ is closed to new replies.