• Resolved Madura11

    (@madura11)


    I have primary menu within top bar. I wanted to increase font size of my primary menu. But when I did, the space was not enough and last few links of my primary menu come to a second line. So I want to give more space for primary menu in top bar. How can I do that?

    This is my top bar. I want all the menu items in one line without reducing the font size. (I may wanna increase more)

    https://rayancooper23.tumblr.com/post/109312337001

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can try css like this:

    @media (min-width: 767px) {
        .kad-topbar-left {width: 70%;}
        .kad-topbar-right {width: 30%;}
    }

    else you need to post a link to your site so I can confirm the right css,

    Kadence Themes

    Thread Starter Madura11

    (@madura11)

    It worked exactly in the way I want. Thanks a lot!

    Just to confirm, you have increased size of the left topbar, but for us (users) it is the right topbar, is it? Does that means left and right sides mentioned in the CSS are opposite to left/right for us?

    Hey, the only reason for the backward class names is because you have turned the “Topbar Layout Switch” in the theme options.

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get more space for primary menu in top bar?’ is closed to new replies.