Home>Support>Rounded Boxes

Rounded Boxes

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].

How can I create rounded corners for visual editor widget (or any widget or row)?

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, 4 months ago Andrew Misplon
    Hi, I Work Here

    Hi Jeffrey

    If you edit the widget there is an Attributes tab on the right. Click that and enter the following into the CSS Styles field:

    border-radius: 4px;
    padding: 20px;
    

    Adjust those as required.

    OR

    In the CSS Class name field, enter something like:

    rounded-visual
    

    then under Appearance > Custom CSS go target that class:

    .rounded-visual {
    border-radius: 4px;
    padding: 20px;
    }
    

    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