Viewing 2 replies - 1 through 2 (of 2 total)
  • Do not edit the Twenty Eleven theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First create a child theme for your changes.

    Hi Rich,

    Once you create a child theme as esmi said, search and replace:

    Find:

    #access div {
    margin: 0 7.6%;
    }

    Replace with

    #access div {
    margin: 0 30px;
    }

    EDIT: I forgot to mention that this code is in your themes CSS file 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nav menu doesn't go across whole header’ is closed to new replies.