Hello,
I have a problem on this page:
In the second column, I added some code to display the available sessions, but not all of them are displayed.
I did the same thing on this test page: https://leagrowingpeople.com/portfolio-articoli/longzaho-test/ and here everything works well.
The difference between the two pages is in the test version, which works, I haven’t inserted the tab section.
I need the tab section.
How can I solve it?
Thank you.
Hey Manuela,
The tab section does not take into account the height of the content loaded in the iframe.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia_codeblock iframe {
min-height: 980px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Yes it work, thank you,