I love this module. Works very predictably. Thanks!
How can I modify my version so that it places the resulting tabs on the BOTTOM of a block, instead of at the top? Is this done through .css or some other method?
I love this module. Works very predictably. Thanks!
How can I modify my version so that it places the resulting tabs on the BOTTOM of a block, instead of at the top? Is this done through .css or some other method?
Comments
Comment #1
trailerparkopera commentedFigured it out myself.
Used css. I have the quicktabs setup in a block that's 270px deep. Here's the css that put my tabs at the bottom:
Comment #2
tugis commentedThere's another method (better I think), to achieve this. Quicktabs is exposed as a theme element. So, in your theme, you can override the quicktabs rendering.
and then you should implement your version of "quicktabs_render":
Clear the caches and that's it! Tabs are rendered in the bottom without CSS hacking.