Hi,
I would like to make a site using responsive design.Can I use quick tabs for this?
Are quick tabs suitable for responsive design?
Thanks
Hi,
I would like to make a site using responsive design.Can I use quick tabs for this?
Are quick tabs suitable for responsive design?
Thanks
Comments
Comment #1
scottyboyearl commentedThat will depend on how you use the tabs, what you put in them, the length of the tab labels etc. The module doesn’t dynamically generate fixed widths and heights, so as long as you know your way about the css that goes with responsive design then you shouldn't have many problems with this module in that respect. (I am building responsive Drupal sites featuring this module at the moment too).
Comment #2
gmclelland commentedYou might be interested in #1934290: Quick Tabs to Responsive Accordion
Comment #3
roman_l commentedEven simpler :
Download & install the tinynav.js module .
Go to admin/config/user-interface/tinynav
Replace (or add) the selectors:
.quicktabs-wrapper ul.quicktabs-tabsAnd here is the drop-down quicktab menu.
For an "accordion" menu, the mobile menu toggle could do the trick replacing the default ID's or classes.
Comment #5
u.tyagi commentedProblem in handling active tab otherwise #3 worked...
Issue is not solved hence I switched to MAC Quick tab style that is responsive in a way.
Comment #6
user654 commented