Hi,
Is there a way to cancel these lines generated between the layout elements ?
Thanks
Hi,
There are no lines when you insert a column under layout elements.
Regards,
Ismael
you can see what i mean here in this link:
http://www.glassesoff.com/the-product/
(they are lines generated if i place several layouts in the same page)
Hi,
I see, you can disable them with css. Add this on your custom.css or Quick CSS.
#av_section_2 {
border: none;
}
#av_section_3 {
border: none;
}
If you are using chrome, just right click the page, click “Inspect element” then look for the these classes. Do the code above for each of them.
Nice website. :)
Cheers,
Ismael
thank you for your help & thanks, very nice theme :)