• Resolved tennessee

    (@tennessee)


    The tabs block has a maximum of 3 tabs in the first line. I would like to have 4 or 5 tabs in one line. It looks like there is a predefined width that is really small for the space that the tabs are allowed have before they are put into the second line. Is it possible to change that with css somehow?

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

Viewing 1 replies (of 1 total)
  • Mat

    (@mateithemeisle)

    Hello @tennessee ,

    Thank you for using Neve and for reaching out!

    Your tabs start wrapping due to the custom code added to the ul element. There is this instruction here:

    ul {
         width: 30em;
    }

    With this instruction active, your tabs won’t stretch until the end of the container, instead, they will start wrapping at about half of the container width.

    Please remove that code (as it is affecting all lists on your website) and apply it more precisely by targeting the exact class where you want it to take effect. If you didn’t add the code yourself, then it might be coming from another plugin thus please deactivate all plugins and see if the issue persists.

    Thank you and please let us know if you have further questions!

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with Tabs Block’ is closed to new replies.