Tagged: 

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

    Hallo,

    First I want to thank you for the great template.

    I’m using the tabs to list the features of our product. To make the design of the tab content easy i included the following code in the tab content area of each tab, each pointing to different page_ids:

    
    <iframe src="http://xxxxxxwebserverxxxxxx.de/?page_id=3568" width="880" height="500" frameborder="0"></iframe>
    

    This way i can build a page with Avia Layout Builder. It works great but i have 1 issue. In each tab a black line appears on the right side of the content area.

    Any idea how to solve this issue?

    Many thanks
    Koen

    • This topic was modified 9 years ago by dvsub.
    #439842

    Hey dvsub!

    Try adding this to your custom CSS.

    html { background-color: transparent !important; }
    

    Cheers!
    Elliott

    #439873

    Thanks Elliott it works
    Cheers

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Black bar when using using iframe to show page in tab’ is closed to new replies.