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].
Hello! I recently started building my WordPress website with WooCommerce plugin. I also installed Page Builder to handle the pages better. Unfortunately, the widgets won’t show in columns (like 50/50, 33/33/33). Everything is shown in different rows verticaly. You can see it on this page. https://wowaccounts.eu/product/asd/
I don’t use any plugin except woocommerce and PageBuilder. I think it’s a compatibility error with the theme.
Anyone has an idea? Any response would be appreciated.
asd
I found out I needed to change the display option for a div in using css:
As I use maximum 3 columns, a min-width of 33% fits perfectly fine for me:
#tab-description .panel-grid-cell {
display: inline-block;
vertical-align: top;
min-width: 33%;
However for some reason I cannot overwrite the size of the widgets from the Page Builder editing window, I can only assign a css class to them and then use CSS styling in my own custom file. At least Page Builder allows me to create the columns.
Hi Dima,
I’ve had a look at your website and none of the SiteOrigin Page Builder assets are loading. This is as a result of a plugin or your theme preventing them from loading correctly. Can you try disabling all non-SiteOrigin plugins and see if this fixes the issue? You’ll need to clear all your caches after disabling your plugins.
If it does fix the issue, then try re-enabling your plugins one by one until the issue comes back. This procedure will help diagnose which plugin is causing the issue.
Once we know that, we’ll be able to look at what might be causing the conflict and either solve the problem or help you find an alternative plugin.
If you aren’t using a SiteOrigin theme, then you can also try temporarily switching to one of the default WordPress themes to see if the issue is theme related.