When using the Avia Layout Builder in Enfold Theme, if I add a horizontal ruler element with default styling just before a gallery element, the gallery disappears. I can change the horizontal ruler styling to short separator and the gallery appears. Any suggestions on how to fix this?
The horizontal ruler and gallery elements are contained within a 2/3 content box.
Thanks,
David
Hey!
Insert following code into the quick css field:
#top div .avia-gallery {
clear: both;
}
We’ll fix this in the next version.
Best regards,
Peter