Home>Support>padding

padding

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

I really think this sucks. When I put in some padding on a page and I just want say right padding it puts it in all top bottom left etc when I just want it in right no matter what I do it just does not work this really sucks I am begging to hate this plugin and I would not pay money for it has to many bugs

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

  1. 8 years, 8 months ago Gopu

    Page builder is a very useful plugin. you can go to Page: Getting Started With Page Builder for getting started . now for the padding issue you mentioned. earlier before 2 or 3 versions before, there was only one field to change padding around the entire area. Siteorigin guys have introduced this new way to add padding to make things more easy. if you want to give padding value 10 to right side only , insert 10 in the right padding box and change default value 10 of the rest of the column to 0 .this should solve the issue . explore more this plugin and you will feel the plugin is great . good luck

  2. 8 years, 8 months ago John H Merlo

    Why does this css not work? All test is black I want the header texts color: #000080 .page-id-4 h1 h3 {    color: #000080;
        font-family: Trebuchet MS;
    }

    .page-id-4 p {
        color: black;
    }
    <h1>Bicycles</h1> then I have an h3 tag and then p tag page http://www.roadbicyclereview.com

    • 8 years, 8 months ago Alex S
      Hi, I Work Here

      Hi John,

      The issue here is your selector. You’re telling the browser that you want to apply the CSS to an h3 inside of a h1 inside of the .page-id-4 class.

      .page-id-4 h1 h3 { color: #000080;
      font-family: Trebuchet MS;
      }

      So the selector you’re actually after is as follows:

       .page-id-4 h1 {
          color: #000080;
          font-family: Trebuchet MS;
      }
      

      Let me know if you run into any other issues.

  3. 8 years, 8 months ago Gopu

    hai ,

    you want all your heading to be #000080 right?

    first install

    https://wordpress.org/plugins/so-css/

    go to appearance > custom css
    and paste this code there this will change all your h1 headings to #000080

    h1{
        color: #000080;
    }
    

    hope this helps you

  4. 8 years, 8 months ago Gopu

    if you are creating a h1 title inside text widget you can select the text color from ,

    color option

  5. 8 years, 8 months ago Alex S
    Hi, I Work Here

    Hi John,

    I’m sorry to hear that you’re having a hard time with our plugin. :(

    So the padding being copied to the other fields was done for usability. More often than not the user will want to set the padding for multiple sides at a time (as in the same padding for all sides, for example) so to help with things we opted to copy the padding you first input into the other padding fields. In other words, this isn’t a bug but intended. I understand you’re not a fan of it so I’ll definitely pass your feedback onto the development team.

    Could you please elaborate on any other bugs you’ve experienced? This will allow us to correct them.

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