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
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
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
Hey!
thanks for noticing. next update will also include this css snippet as bugfix ;)
Best regards,
Kriesi
Thanks guys – all fixed now :)