Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #509669

    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!

    #509681

    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

    #509714

    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!

    #509824

    Hey,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.