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.
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;
}
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;
}