Pagebuilder is a excellent product and with the ongoing development, I am sure it will be product by itself. A few Issues when using the PageBuilder as a Widgets.
Justing the Bottom Margins of the Individual Rows is not possible..? I have to edit the css individually
/* ccs edit to get PageBuiler in footer to adjust the param */ footer#colophon { padding: 15px; } #pg-w554ed19e6a00e-0, #pl-w554ed19e6a00e .panel-grid-cell .so-panel { margin-bottom: 1px!important; }
I have two questions,
1. is there a better way to do this,
— because while trying to use many of the eCommerce Plugins with pagebuilder breaks something or the other. Hence the only alternate is to build our own post with “products” Categories.
2. while using CSS, many Custom CSS will not work unless “!important” is added. example above: margin-bottom: 1px!important; works but margin-bottom: 1px; does not work. How can we know.. which work and which don’t ?
URL: http://tsktech.local
update
this is not a solution because any changes to the page, changes the id.. its changed to “#pl-w554ef5b250a14” in my case…
Pls suggest alternate methods,
Hi Srikanth
Thanks for reaching out.
1. The default row bottom margin can be adjusted from Settings > Page Builder > Layout > Row Bottom Margin.
2. The problem is most likely the specificity of your Custom CSS. If you make your rules more specific that the existing ones, they will take precedence. Here is CSS Tricks on this topic:
https://css-tricks.com/specifics-on-css-specificity/
Hope that helps.
Dear Andrew,
Thanks for the quick revert, I am sorry, my Question was not properly phrased,
Like you said the Row Bottom margin can be set at Settings > Page Builder > Layout > Row Bottom Margin., The Question is how do you set the Bottom Margin so-panel.
This how I managed it, but this does not work after the page is edited
Thanks for explaining.
I’d set it like this:
1. Edit the row in question, click Attributes tab top right, enter in a custom Cell Class, for example:
Then under Appearance > Custom CSS you can target that class:
There are other ways you could do this. Other CSS combinations. This is just one.