Home>Support>Padding on widgets

Padding on widgets

How do i adjust the padding in the page bhuilder widgets. If you got to http://mazinmedia.co.za/website-design/ and have as look at the text in the visual editor widget, there is no padding and it looks bad.

URL: http://mazinmedia.co.za/website-design/

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

  1. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Nizam

    Try adding paragraphs, lists and other similar elements to a regular page. Then use your browsers developer tool to inspect the styles being applied there. Are those styles perhaps too specific and not being applied to widgets? Or are the widget styles overriding and being applied to Page Builder.

    Page Builder uses widgets. Some themes have very specific widget styling. The theme for example might expect widgets to only be placed in it’s pre-defined widget areas.

    Using Custom CSS you could address these challenges.

    Either globally

    p {
    margin: 0 0 26px 0;
    }
    

    or just for the widget concerned:

    .textwidget p {
    margin: 0 0 26px 0;
    }
    

    Hope that helps steer you in the right direction.

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