Title: Tabsy CSS
Last modified: August 30, 2016

---

# Tabsy CSS

 *  Resolved [rhemmings](https://wordpress.org/support/users/rhemmings/)
 * (@rhemmings)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/tabsy-css/)
 * Hi, I would like to thank you for the plugin its fantastic! The digital agency
   I work for, use wordpress with boostrstap. How the client wants there website
   set out means there are three columns. e.g
 * <div class=”col-md-4″>
    <div class=”col-md-5″> Tabsy is here in col-md-5 <div
   class=”col-md-3″>
 * The problem I have is that it shrinks down mobile/tablet view and I dont want
   that, I want the tabs to show no matter what size the desktop site is, is there
   a way how I can overcome this problem?
 * Any help would be much appreciated.
 * Thanks
 * Richard
 * [https://wordpress.org/plugins/tabsy/](https://wordpress.org/plugins/tabsy/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Jeffrey Carandang](https://wordpress.org/support/users/phpbits/)
 * (@phpbits)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/tabsy-css/#post-6711324)
 * Hi,
 * Thanks a lot for using this plugin. I’m really glad that you like it :). With
   regards to your concern, the tabs will automatically shrink because it doesn’t
   fit the container. You can remove the responsive option but it will be up to 
   you when it comes to custom styling on narrow container. Go to tabsy/js/wptabsy.
   js and add change line 25 to :
 *     ```
       tabContent	 		: '.wptabsy-content',
       responsive 			: false
       ```
   
 * Let me know if you have any other concerns. I’ll be very happy if you rate this
   amazing plugin 🙂
 * Cheers,
    phpbits
 *  Thread Starter [rhemmings](https://wordpress.org/support/users/rhemmings/)
 * (@rhemmings)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/tabsy-css/#post-6711358)
 * thank you so much for the help. I have done what you suggested. It have solved
   the responsive issue. My only problem is now, I have 5 tabs, they are not on 
   the same line. (I’m not sure the client will like that)
 * Also the text does not look like its aligned to the center of the page, I take
   it this will have something to do with how I have the grid layout for bootstrap?
 * Sorry for been such a pain. If you can take a look at [http://envintest.wpengine.com/products/gas-monitoring-control/](http://envintest.wpengine.com/products/gas-monitoring-control/)
   I have several pages that are the same. I’m controlling this via css
 * Thanks for any help that you can give me.
 * Richard
 *  Plugin Author [Jeffrey Carandang](https://wordpress.org/support/users/phpbits/)
 * (@phpbits)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/tabsy-css/#post-6711443)
 * Hi,
 * That’s what I meant with the custom styling for narrow container will be up to
   you. You can use this custom css if you haven’t figured it out yet :
 *     ```
       body div.tabsy ul.tabsy-nav {
           text-align: center;
       }
   
       body div.tabsy ul.tabsy-nav li {
           float: none;
           display: inline-block;
       }
       ```
   
 * Cheers,
    phpbits

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tabsy CSS’ is closed to new replies.

 * ![](https://ps.w.org/tabsy/assets/icon-256x256.jpg?rev=1091120)
 * [Tabsy](https://wordpress.org/plugins/tabsy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabsy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabsy/)
 * [Active Topics](https://wordpress.org/support/plugin/tabsy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabsy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabsy/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jeffrey Carandang](https://wordpress.org/support/users/phpbits/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/tabsy-css/#post-6711443)
 * Status: resolved