Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #497570

    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

    #497815

    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

    #498339

    Perfect, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Tab Size’ is closed to new replies.