Tagged: tabs
Hi,
For the tab element, is there a way to make the tabs fill out evenly access the whole page?
In this particular instance, we are using four tabs and the site default is set to stretched layout settings.
Thanks
Hi 500Webmaster!
If you have three tabs then drag a codeblock element to your page content and add this inside.
<style type = "text/css">
.tab {
width: 33.3%;
}
</style>
And adjust it for however many tabs your using.
Best regards,
Elliott
Perfect, thank you!