Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1162796

    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.

    #1163577

    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

    #1163985

    Yes it work, thank you,

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘problem in the page with tab section’ is closed to new replies.