-
AuthorPosts
-
May 17, 2021 at 2:16 pm #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
May 17, 2021 at 6:50 pm #1300800Hello,
i made a Suportuser
Cheers!May 18, 2021 at 8:50 am #1300890Any Suggestions?
May 19, 2021 at 7:34 am #1301143Hi,
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,
IsmaelMay 20, 2021 at 11:54 am #1301354Hello 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
CheersMay 21, 2021 at 9:22 am #1301554Hi,
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,
IsmaelMay 21, 2021 at 9:45 am #1301563Hello,
thanks for the Help, but in my browser doesn’t work, i need to make something more?Cheers
- This reply was modified 3 years, 6 months ago by reinkieker.
May 22, 2021 at 10:26 am #1301743Any Suggestions about that?
May 24, 2021 at 3:10 am #1301873Hi,
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,
IsmaelMay 24, 2021 at 10:12 pm #1302095Hi, it works very well!
Thanks for the SupportMay 25, 2021 at 7:12 am #1302146Hi reinsicht,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Heigh and Scroll Down in Tab Section’ is closed to new replies.