Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1300747

    Hi,
    thanks so much for the Help. I have another requirement about the Table,
    i want to have all the Tabs in the same heigh size and scroll it down to see more products.
    Is that posible?


    Thanks!

    Cheers

    #1300800

    Hello,
    i made a Suportuser
    Cheers!

    https://www.werbeartikel-immobilien.de/wp-login

    #1300890

    Any Suggestions?

    #1301143

    Hi,

    Thank you for the inquiry.

    The tab element automatically sets its height based on the tallest tab or content. We could set the maximum height of the container, but this will leave whitespaces or gaps below the tabs with shorter content.

    .tabcontainer {
        max-height: 500px;
    }

    Best regards,
    Ismael

    #1301354

    Hello Ismael,
    thanks so much for the Help, i put the Code in General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
    unfortunately Still doesn’t works or i just made something wrong.
    Can someone Help me.
    Thanks for the Support
    Cheers

    #1301554

    Hi,

    It seems to be working properly on our end as shown in the screenshot below.

    Screenshot: https://imgur.com/vAlDtVS

    Would you mind providing a screenshot of the issue? You can use imgur or dropbox for the screenshot.

    Best regards,
    Ismael

    #1301563

    Hello,
    thanks for the Help, but in my browser doesn’t work, i need to make something more?


    https://www.werbeartikel-immobilien.de/wp-content/uploads/2021/05/Bildschirmfoto-2021-05-21-um-10.19.09.png

    Cheers

    • This reply was modified 3 years, 6 months ago by reinkieker.
    #1301743

    Any Suggestions about that?

    #1301873

    Hi,

    Thank you for following up.

    You should add the css code in the Quick CSS field, not in the tab section section’s custom css class name or ID field. We moved the code from those fields to the Quick CSS field and adjusted the maximum height. We also applied a unique ID (individualisierung-custom-table) to the tab section element.

    This is the css code.

    #top #individualisierung-custom-table .avia-table.avia-builder-el-first {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    
    #top #individualisierung-custom-table.tabcontainer {
      max-height: 500px;
    }
    
    #top #individualisierung-custom-table .avia-table.avia-builder-el-first {
      margin-top: 30px;
    }
    

    Best regards,
    Ismael

    #1302095

    Hi, it works very well!
    Thanks for the Support

    #1302146

    Hi reinsicht,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Heigh and Scroll Down in Tab Section’ is closed to new replies.