Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #367211

    Hi!

    Despite that I have selected no border styling, I get borders in the bottom of the color sections! Whats the reason for this, and how do I remove them? I also need some white space between the slider in the top and the firts headline. But when I add the Separator/Whitespace and set it to only 10px, I get a very big space. And with 0px it’s also a very big white space!?

    #367620

    Hey Effektid!

    use this in Quick CSS:

    body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first {
    display: none;
    }
    .hr-custom {
    display: none;
    }
    

    Seperator/Whitespace:
    Please clear your browser cache. Also try to deactivate all plugins to see which one could cause an issue.

    Regards,
    Andy

    #368235

    Thanks for the reply, but despite the CSS and deactivated plugins, the lines are still there! Any other ideas what could be wrong?

    #368447

    Hi!

    Please add following code to Quick CSS

    .container_wrap {
    border: none!important;
    }

    Regards,
    Yigit

    #368816

    Thanks Yigit!

    #368824

    Hey!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Borders and whitespace’ is closed to new replies.