How correctly edit Row styles in Page Builder 2.0.2
Hello
I have a small problem, how to corectly edit “rows”? I whana to change row dimensions for something like that:
height:100px;
width:400px;
How to do it? Corectly? Should I type in ROW STYLES >ATRIBUTES > ROW CLASS > CELL CLASS something like: testrow (in ROW class box) and testcell (in Cell class box)??
And
height:100px; width:400px;In the CSS styles box??
I’m doing it correctly?
Btw. DEVS you made a really cool tool! This should be entered as the default wordpress plugin :-)
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi siemien
Thanks for your support and feedback. We’ll have our documentation out for this ASAP.
Under Attributes you can enter a class name, any name that makes semantic sense. For example:
Then within your Custom CSS plugin or style.css of your child theme you can use that class:
.content-container { height: 100px; width: 400px; }Hope that helps.
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.