The new tab layout element in Enfold 4.01 looks very interesting. Is there any documentation for this new element… how to use etc?
My specific questions:
1. How change font and bold / no bold status of the tab headers? I would like them to be bold and a larger font.
2. The default seems to be that the tab section takes up the whole screen, rather than adapting to content? How do you make a smaller tab section say 500 pixels wide, or one that adapts to the longest content? It does not seem like it is possible to put it in a layout element or a color section.
Thanks!!!
Hey Rob!
Sorry for the late reply :)
We do not have any documentation about it yet however we might have one in near future :) You can simply add the element to your page and then drag & drop other elements inside it to display them inside your tabs.
Please edit your Tab Section element and give it a unique ID (“unique-id” in example below) and add following code to Quick CSS
#unique-id .av-tab-section-outer-container {
max-width: 500px;
margin: auto;
}
.av-inner-tab-title {
font-weight: bold;
}
Cheers!
Yigit
Great, thanks! :)