• Resolved lindahomer

    (@lindahomer)


    I want to change the width of the tab in the main menu so that the tabs are all on the same line. I currently have 7 tabs, with the 7th defaulting to a second line. I want them all on the same line. (Home; Blog; Shop; etc.)

    I’ve looked around, but can’t find the selector to do this. Any help would be appreciated. Thank you!

    https://www.specialtybaskets.ca

Viewing 6 replies - 1 through 6 (of 6 total)
  • I don’t see 7 tabs, can you explain? Looks like you are used the secondary menu not the main menu.

    Let me know

    Kadence Themes

    Thread Starter lindahomer

    (@lindahomer)

    Hi, Kadence. Sorry! I switched things up a bit trying to get all the links showing nicely. There seems to be padding or a forced width for where you see my Home, Blog, etc. links. Can I change that so the links appear closer together?

    Yes, Just add this to your custom css box in the theme options.

    #nav-second ul.sf-menu>li {
    width: 12%;
    }

    or make the width smaller if you would like.

    Kadence Themes

    Thread Starter lindahomer

    (@lindahomer)

    Thank you!

    Maybe you can help with one more thing?! I am trying to change the font size & color for the menu items at the very top left of the page (My Account, Cart. etc. and the dropdowns as well)

    Have tried every combination I can think of, but nothing is working. Can you point me to the correct selector, please?

    I love this theme, but without a style.css file I am finding it very difficult to do any custom changes without spending hours searching for the selector in all the other files/folders :/

    Thank you ??

    Hey,
    The css you are looking for is this:

    .topbarmenu ul li a {font-size: 15px;}

    As for no style.css the theme uses css it’s just located in a minified style sheet. Either way you should check out using your browser to find css selectors. Might just change your life ??

    Here is a video I found with a quick google search, not sure it’s that great of a video but I think you will get the point.

    Thread Starter lindahomer

    (@lindahomer)

    Thank you once again!

    Thanks for the video link ?? I use firefox and I have that ability, but I just couldn’t get anything I did to work…lol

    Take care,
    Linda

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Width of tab in main menu bar.’ is closed to new replies.