Hi,
I use the short separator quite often in our CMS. Sometimes it is inserted in a different height. But the HTML codes looks absolutely the same and I inserted it in the same way. If I duplicate the text, I got the same phenomenon! What can I do?
Regards
Sandra
can you give us an link to the page with the problem?
It can be affected by things like margin of the element above / below
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first {
margin: 0;
}
Regards,
Yigit
Thanks, that works!