Home>Support>Page Builder and Vantage Theme

Page Builder and Vantage Theme

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 everyone, i have little problem with my blog page.
I recently created this page and i’m at the stage of optimization. I would like on this site margin-right and margin-left 50px.’
Because now the big screen are more than 100 px
I want to change it but dont know how to do it. What is name CSS class who responds the margins on blog.
Of course, I mean the section such as ” aktualnoƛci” “niecodzienne teorie” where is standard page builder layout.
I will add that on smaller screens it looks much better.

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, 1 month ago Damian Pro

    site: wszechswiatowi.pl

  2. 9 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Damian,

    I’m, unfortunately, not following. Could you please elaborate in greater detail what you would like to do? If possible, a screenshot would really help me know what areas you would like to adjust.

  3. 9 years, 1 month ago Damian Pro

    I want to lower margins for large screen site.

  4. 9 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Damian,

    Gotcha. So technically that’s a maximum width “issue” rather than a margin one. You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor.

    Adjust the max-width amount (higher = less space):

    .entry-content .full-container {
    	max-width: 1080px !important;
    }
    

    If you would like to remove the limit completely (not recommended) use the following CSS:

    .entry-content .full-container {
    	max-width: none !important;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

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