• Resolved rhemmings

    (@rhemmings)


    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/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeffrey Carandang

    (@phpbits)

    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

    (@rhemmings)

    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/ 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

    (@phpbits)

    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.