Hi all,
Thanks for the nice module.I have a future request for the module, not a future but a theming of work.

While placing qtabs in a block, I want it to be resized according to the size of the text or content present in it. i.e., I want to vary the width of the qtab's container.Could anyone suggest me how to do it?

Comments

pasqualle’s picture

add the following css into your theme's style.css file:

.quicktabs_wrapper {
  width: 300px;
}
siva.thanush’s picture

Status: Active » Fixed

It works,
Thanks a lot.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.