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

    Hi,
    i want to have all the Tabs in the same heigh size (werbeartikel like the oders heigh) and scroll it down to see more products in this Tab section,
    Is that posible?

    Thanks!

    Cheers

    • This topic was modified 3 years, 4 months ago by reinkieker.
    #1302403

    Hey reinsicht,
    Thank you for your patience and for the link to your site, for this one tab I would recommend this css in your quick css, you will note that it begins to work at 1440px screen resolution, this is so it is not used for mobile or tablet.

    @media only screen and (min-width: 1440px) { 
    #individualisierung-custom-table #tab-id-2-content.tab_content {
        max-height: 1500px;
    }
    }

    Best regards,
    Mike

    #1302814

    Thanks for the Help!

    #1302821

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

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