Image Galleries not clearing below
Hello
I'd be grateful for some advice please as an issue has recently appeared on a BeTheme site where image galleries aren't clearing (in CSS terms) below - as shown in the screen capture where the paragraph "The production and use.." isn't cleared and left aligned as it should be.
The URL is: https://www.africanbeadsandfabrics.info/knowledge/recycled-glass-beads-historical-and-cultural-perspectives/
I've removed all CSS that I'd added in case there was an issue there, but the issue still exists. I've also tried adding some code like below, but no luck.
#sc_gallery-1 {
clear:both: !important;
}
#sc_gallery-1 {
clear:both: !important;
}
I'm using the latest BeTheme version (21.7.3).
Thanks for your time, Ash
Comments
clear: both!important;
}
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}