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 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 :-)
Hi 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:
Hope that helps.