Hello!
On my website I have some tabs, but the content of the tabs differs from tab to tab. So, the rest of the page goes up or down depending on the length of the content. I want to have a fixed length for all tabs and not modify their length based on the content.
Thanks!
Hey EuroInfoSys!
You can set a custom pixel height to a color section and place it all inside it. Or if you want to use CSS then drag a codeblock element to your page content and add this inside.
<style type = "text/css">
.tabcontainer { min-height: 300px; }
</style>
Regards,
Elliott
Managed with the code block, because when setting a fixed height the title of the section came down with the content of the tab. Thanks!