Title: Problem with Tabs Block
Last modified: December 2, 2021

---

# Problem with Tabs Block

 *  Resolved [tennessee](https://wordpress.org/support/users/tennessee/)
 * (@tennessee)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/problem-with-tabs-block/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-tabs-block%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Mat](https://wordpress.org/support/users/mateithemeisle/)
 * (@mateithemeisle)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/problem-with-tabs-block/#post-15135846)
 * Hello [@tennessee](https://wordpress.org/support/users/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](https://d.pr/cwiB0r):
 *     ```
       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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/neve/4.2.3/screenshot.png)
 * Neve
 * [Support Threads](https://wordpress.org/support/theme/neve/)
 * [Active Topics](https://wordpress.org/support/theme/neve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/neve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/neve/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mat](https://wordpress.org/support/users/mateithemeisle/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/problem-with-tabs-block/#post-15135846)
 * Status: resolved