PageBuilder Mobile columns
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.