• I’m using the twenty eleven theme but have customised it using a child theme.

    I’m having a bit of a problem with the menu and was wondering if anyone could help.

    How can I make my menu tabs take up the full amount of the menu bar? The problem is particularly prominent on the contact page here: http://rb.creativebea.co.uk/contact/

    I’ve tried right clicking and inspecting element to work out to do but I’m really not getting anywhere with it. If anyone has any ideas it would be greatly appreciated!

Viewing 1 replies (of 1 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    So had to do a bit of trial/error and found that it is a margin setting that is causing it. From what I can tell it is in two different locations: L82 and L128 that may be doing this.

    The line:

    /* L82 */
    #access div {
        margin: 0 7.6%;
    }
    
    /* L128 */
    #access div {
        margin: 0 1%;
    }

    You will, however, have to change the margin in the ul to 0 if you remove the margin rules.

    #access ul {
        margin: 0;
    }

    It’s a small step, and hopefully in the right direction. 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Menu’ is closed to new replies.