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.

Page Builder and Vantage Theme

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

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.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Damian Pro 9 years, 8 months ago

    site: wszechswiatowi.pl

  2. Alex S Staff 9 years, 8 months ago

    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. Damian Pro 9 years, 8 months ago

    I want to lower margins for large screen site.

  4. Alex S Staff 9 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread