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].
I just installed an update to SiteOrigin Widgets Bundle and it has a minor bug…. The image widget stretches the height of the image… An example can be seen here…. http://jusgreenautowash.com/equipment/touchpoint-product-line/touchpoint-vm-server/
This issue is occurring on all pages with images; and only after the update.
After inspecting the source code, I found this styling to be the issue…. When removed, the images are displayed correctly again.
.so-widget-sow-image-default-4b231843ec72 .sow-image-container {
display: flex;
}
Hi datalink
Apologies for the hassle. We’ll release an update ASAP to resolve. In the meantime, please consider rolling back to the previous version. One way of rolling back is to use: https://wordpress.org/plugins/wp-rollback/
Not a big deal; just wanted you to be aware of the issue… I fixed the problem site-wide, by adding the following code to my custom CSS….
.sow-image-container {
display: unset;
}
Thanks for your understanding. You can remove the CSS rule after the next update.