annalouis
Member
Posted 3 months ago #
Hi
I am a newbie to WP. I am using the twentyten theme and have somehow lost the space between my navigation menu and my page title 'home'. Please could anyone advise how I can increase it again?
http://www.kidsmoderndesign.co.uk
Many thanks
Anna
Try using Firefox with the Firebug add-on for this kind of CSS work.
http://getfirebug.com/
this would be one way:
#container {
margin: 20px -240px 0 0;
}
Add to the very bottom of style.css. Preferably in a child theme.
Also, something makes your whole site shift from left to right while hovering over the nav bar..
(I used Firebug to find this, you should get it, it's easy to use)
annalouis
Member
Posted 3 months ago #
The code works well and having getfirebug is a great tool, thanks.