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].
Hi there,
I have pagebuilder active on my homepage for www.houseofbats.co.uk, and when I view on a mobile, the 3 column layout collapses as desired to a single column, but the 4 column layout at the bottom only collapses to two columns.
I’ve had a look at the pagebuilder settings, but can’t see how to force the bottom row into a one column layout also.
Thanks for any help
Hi Sharknut,
This is due to the WooCommerce CSS enforcing a two column layout on mobile. You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
@media (max-width: 768px){ .so-widget-sow-editor .woocommerce ul.products li.product { width: 100%; } }You might also need to install the SiteOrigin CSS Editor.