Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://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)

    Thread Starter annalouis

    (@annalouis)

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase space between menu and page title’ is closed to new replies.