Title: Responsive for tabs
Last modified: June 29, 2021

---

# Responsive for tabs

 *  Resolved [13patricia](https://wordpress.org/support/users/13patricia/)
 * (@13patricia)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/responsive-for-tabs/)
 * Good Morning,
 * I have a query with which I would appreciate your help.
 * I currently use the plugin for my store, but I would like the mobile responsive
   to show one tab below the other with the same length, so that it is visually 
   more beautiful, right now visually it is a bit strange because they are displayed
   in different lengths (in the first row it shows two tabs, in the third, fourth
   and fifth, one tab per row but of different lengths).
 * Thnak you a lot for any advice.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-for-tabs%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [jpowersdev](https://wordpress.org/support/users/jpowersdev/)
 * (@jpowersdev)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/responsive-for-tabs/#post-14607847)
 * Hi [@13patricia](https://wordpress.org/support/users/13patricia/),
 * It looks like your tabs are expanding to the width of their content and not to
   the container. This can be changed using some CSS:
 *     ```
       @media(max-width: 576px) {
         .tabs.wc-tabs {
           display: flex;
           flex-direction: column;
           padding: 0 1em;
         }
       }
       ```
   
 * You may want to change the breakpoint to match the rest of your CSS, I just used
   Bootstrap’s 576px.
 * Let me know if that helps,
    Jon

Viewing 1 replies (of 1 total)

The topic ‘Responsive for tabs’ is closed to new replies.

 * ![](https://ps.w.org/yikes-inc-easy-custom-woocommerce-product-tabs/assets/icon-
   256x256.png?rev=1558461)
 * [Custom Product Tabs for WooCommerce](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [jpowersdev](https://wordpress.org/support/users/jpowersdev/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/responsive-for-tabs/#post-14607847)
 * Status: resolved