• I would like to extend the menu to full width of the page. Right now as I add more items to the menu it makes another row. Can anyone please help?
    Another option I that would work for me is to have 2 menus – menu items with static pages on top of the logo and blog and categories stay below the logo. But I do not know how to do this. Either option would work but I prefer the second option.

    thanks
    Jessy

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,
    you can add this

    @media(min-width:768px) {
        header .site-bar .nav {
            width: 100%;
        }
        header .site-tools {
            position: absolute;
            right: 25px;
        }
        header .nav li {
            float: left;
        }
    }

    in your custom CSS box under Customize->Additional CSS to fix your menu.

    Let me know if this helps

    Thread Starter jgeorge15

    (@jgeorge15)

    Thanks so much Fotios. it worked. I appreciate your help.
    Can I please ask one more thing?
    I like to add more than one submenus. Now they appear next to each other but I like to see each of them under the main menu. I tried to add categories under “Deals” and they do not like great showing next to each other. https://centsiblesoul.com. How can I fix this?

    thanks again for helping.

    Hi there,
    you can add this

    .sub-menu li {
        display: block;
        float: none;
        width: 100%;
    }

    in your custom CSS box under Appearance ▸ Customize ▸ Additional CSS.

    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

    Thread Starter jgeorge15

    (@jgeorge15)

    Thanks so much for helping me. I did review it.

    If it wasn’t for your help I would have been frustrated.

    Thank you!
    Glad I could help!

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