Title: Advanced Tabs &#8211; Equal Width
Last modified: September 12, 2022

---

# Advanced Tabs – Equal Width

 *  Resolved [hengstigal](https://wordpress.org/support/users/hengstigal/)
 * (@hengstigal)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/advanced-tabs-equal-width/)
 * Hello,
 * is it possible to make the tabs in the Advanced Tabs Widget equal width? Could
   you please provide me the needed Css? Thank you very much!
 * And is it possible to show the tabs in mobile like this:
 * Header 1
    Content 1 Header 2 Content2 …
 * Thank you!

Viewing 1 replies (of 1 total)

 *  Plugin Support [Sadman Sakib Nadvi](https://wordpress.org/support/users/sadmansakibnadvi/)
 * (@sadmansakibnadvi)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/advanced-tabs-equal-width/#post-16004692)
 * Hello there,
 * Greetings. Hope you are doing well.
 * You can use this css:
 *     ```
       @media only screen and (max-width: 491px) {
       .eael-advance-tabs .eael-tabs-nav > ul li {
       	width: 100% !important;
       }
       }
       ```
   
 * And this will look like this: [https://d.pr/v/VPRc3A](https://d.pr/v/VPRc3A)
 * If you are looking for the exact format you have shown, you can use accordion
   for mobile and hide the tabs for mobile devices.
 * Hope you understand.
    Thank you.
    -  This reply was modified 3 years, 9 months ago by [Sadman Sakib Nadvi](https://wordpress.org/support/users/sadmansakibnadvi/).

Viewing 1 replies (of 1 total)

The topic ‘Advanced Tabs – Equal Width’ is closed to new replies.

 * ![](https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.
   gif?rev=3182943)
 * [Essential Addons for Elementor - Popular Elementor Templates & Widgets](https://wordpress.org/plugins/essential-addons-for-elementor-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/essential-addons-for-elementor-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sadman Sakib Nadvi](https://wordpress.org/support/users/sadmansakibnadvi/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/advanced-tabs-equal-width/#post-16004692)
 * Status: resolved