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

    Hi there,

    When trying to use multiple hr’s (av_hr) on a page to separate paragraphs of text (e.g. on a Testimonials page) I get inconsistent amounts of whitespace above and below the hr, even though I’m using exactly the same code for each hr. It’s just p text / hr / p text / hr etc.

    Have you come across this issue before?

    I’m sorry I can’t post a URL as my dev site is behind a maintenance screen.

    Regards, David

    #219098

    Hi hawea74!

    It would be helpful if we could see your website live. You can post it here privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Cheers!
    Yigit

    #221067
    This reply has been marked as private.
    #221596

    Hi!

    Please try to insert this code into the quick css field

    
    body .container_wrap .hr.avia-builder-el-last {
    margin-bottom: 30px;
    }
    
    body .container_wrap .hr.avia-builder-el-first {
    margin-top: 30px;
    }
    

    Regards,
    Peter

    #221607

    Hey!
    thanks for noticing. next update will also include this css snippet as bugfix ;)
    Best regards,
    Kriesi

    #222034

    Thanks guys – all fixed now :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Multiple horizontal ruler issues’ is closed to new replies.