Tagged: tabs
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
Hey dvsub!
Try adding this to your custom CSS.
html { background-color: transparent !important; }
Cheers!
Elliott
Thanks Elliott it works
Cheers