Support » Fixing WordPress » Trying to align 18 items in menu into 3 columns

  • yellowmans

    (@yellowmans)


    Hello
    The webpage is elcosito.com
    I have 18 items in the menu that i would like to align into 3 vertical columns of 6 items
    I just let it align by default and it came out the way it looks now 7, 7 and 4 one of top if another
    Im pretty new so please explain nicely (speak slowly) 🙂 thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • You’ll need to start setting up a child theme first. That way, you can make changes to your theme without running the risk of everything being overwritten as soon as the TwentyThirteen theme is updated.

    Instructions for creating and enabling a child theme can be found here.

    Once the child theme is active, you can edit the style.css (in /wp-content/themes/twentythirteen-child/) and add the following line to it:

    .nav-menu li {
        width:16%;
    }
    Thread Starter yellowmans

    (@yellowmans)

    hello senff member
    I thank you for your response, yes I d have a child theme, that is what im working with. I was looking in the plugins to see if there is anything simple I can use but not really.
    the next thing is the style.css
    could you please point me out in the right direction
    im guessin I have to add those lines right after the header line
    or after the menu lines, if so could you tell me how the header line ends: < > . / ? I would really appreciate it

    Thread Starter yellowmans

    (@yellowmans)

    Hello senff
    I added to the bottom of the css file it worked you are the man
    if it is not too much asking could you help me centering the tagline
    elcosito.com

    im looking around finding lots of info, any help welcome, I will need a lot of editing, and I will learn slowly, thanks again

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trying to align 18 items in menu into 3 columns’ is closed to new replies.