Forums

Increase space between menu and page title (4 posts)

  1. 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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 3 months ago #

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

  3. deepbevel
    Member
    Posted 3 months ago #

    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)

  4. annalouis
    Member
    Posted 3 months ago #

    The code works well and having getfirebug is a great tool, thanks.

Reply

You must log in to post.

About this Topic