This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

SiteOrigin Editor Whitespace Issues

7 years ago · Last reply by Alex S 7 years ago

I saw a post to decrease whitespace between The Title and The Text in the widget. Excuse me that I dont understand. It sayts to add the following in appearance – custom css:
.siteorigin-widget-tinymce h3 {
margin: 10px 0 24px;
}
Adjust (read: lower) as desired.

I added the css and I see no change. What does
Adjust (read: lower) as desired

Mean?
do i nead to add this to the element:
.siteorigin-widget-tinymce h3 {
margin: 10px 0 24px;
read: lower ??
}

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 7 years, 2 months ago

    Hi James,

    Do you have a public URL where we can take a look at the text you’re looking to reduce the spacing of?
    I ask as the mentioned CSS may not be right to reduce the size of the text.

    Regardless, “read: reduce” means that you should reduce the margin to get the desired amount of spacing. For example, if you wanted half the amount of spacing, you would set the margin to: 5px 0 12px

    This would look like this:

    .siteorigin-widget-tinymce h3 {
        margin: 5px 0 12px;
    }

    Does that make sense?

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.

Have a different question or issue?

Start New Thread