Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How can I close the gap between my images when the page gets smaller?
Hi Oliver Saintilien
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
@media screen and (max-width: 480px) { .entry-content img{ margin-top:-6px !important; } }Try that out
Cheers