• hello, I am creating my website with the twenty twelve theme.i have 10 menu bars. Due to having so many, when i view my website; they are sitting one under the other (8 ontop and 2 beneath)

    How can i make them/ the font smaller to all fit on one line?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • You have to make some css modifications. First of all the width of the UL element in the twenty-twelve theme menu, is set to 100%. Override that by
    width: auto;

    Lastly, change add a new property for the same element.
    float: left;

    This way all the menus will be arranged side by side there is enough space on the screen. Other wise they will be arranged one below the other.

    Thread Starter Jacky_Matthias

    (@jacky_matthias)

    thank you 🙂

    Thread Starter Jacky_Matthias

    (@jacky_matthias)

    i inspected the elements; which file would i need to find to make these changes? Is it:

    wp-content / themes / twentytwelve / style.css?

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