Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23620

    Hi,

    Is there a way to cancel these lines generated between the layout elements ?

    Thanks

    #120542

    Hi,

    There are no lines when you insert a column under layout elements.

    Regards,

    Ismael

    #120543

    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)

    #120544

    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

    #120545

    thank you for your help & thanks, very nice theme :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘cancel horizontal lines between layout elements’ is closed to new replies.