• Resolved sherrix

    (@sherrix)


    How can i keep all the items of my menu on one line. My 7th item is showing below. I need to increase the width of the menu. Where can this be done?

    Thanks.

Viewing 11 replies - 16 through 26 (of 26 total)
  • I see your site is now in maintenance mode. I’m back on the forums so if you’d like to make it live again so I can help you out, let me know.

    I use this chrome app to post screenshots, but there are a lot of options out there to do so.

    https://www.awesomescreenshot.com/

    Thread Starter sherrix

    (@sherrix)

    Hi, my site is now online. I updated the them, and now all the work i did is messed up again. The contact us item is on another row again.

    Thread Starter sherrix

    (@sherrix)

    Hi, this code no longer has any effect.

    .kad-header-style-basic #nav-main ul.sf-menu>li>a {
    padding-right: 2px;
    }

    @media (max-width: 1200px) {
    .kad-header-style-basic #nav-main ul.sf-menu>li>a {
    padding-left: 2px
    }
    }

    Thread Starter sherrix

    (@sherrix)

    Is somebody available to assist? Thanks

    If you can make your website visible again, I’ll be able to assist you now.

    Thread Starter sherrix

    (@sherrix)

    Hi, can you please remove the information regarding my website from this thread as i am receiving alot of spammers seeking to assist me? Please let me know when you are available and i’ll make the site visible

    that’s no good! I don’t have admin permissions to remove it, so you’ll have to contact someone on this site to do that.

    I’m on here for another 20ish minutes if you want me to assist now.

    Thread Starter sherrix

    (@sherrix)

    Ok, please check out my site. After updating the theme to a newer version, the “contact us” item is now on another row. The code that initially worked stopped working. How can i get it to function again?

    Replace the previous CSS I gave you that effected the padding of the menu items with this:

    .kad-header-style-basic #nav-main ul.sf-menu>li>a {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    @media (max-width: 1200px) {
    .kad-header-style-basic #nav-main ul.sf-menu>li>a {
        padding-right: 1px;
        padding-left: 1px;
      }
    }

    in your apperance > theme options > logo options. Set the logo width to like 25% or 16%

    Kadence Themes

    Thread Starter sherrix

    (@sherrix)

    Thank you very much Kevin & Kadence Themes. Things are back in place now. Thanks Alot.

Viewing 11 replies - 16 through 26 (of 26 total)

The topic ‘How to increase menu width’ is closed to new replies.