Hi, thanks for great module.

Is there a chance to display tabs in vertical mode? I've tried to add/remove classes in field_collection_tab.js as jQuery UI documantation says but with no result.

Any ideas?

Comments

haleagar’s picture

I don't think there is any code or option in the module needed for this, the markup looks fine to do with Just CSS.

.field-collection-tabs .item-list { width: 250px; overflow: hidden; float: left; } .field-collection-tabs .ui-tabs-panel { float: right; }