Home>Support>How correctly edit Row styles in Page Builder 2.0.2

How correctly edit Row styles in Page Builder 2.0.2

By siemien, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
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 :-)

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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:

    content-container
    

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More