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.

Centre Site in Browser

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

At the moment my (Vantage Free) site displays left aligned inside the browser. Is there a way that I can force it to be centered inside the browser so that there are equal ‘bands’ at each side when the browser width is greater than the site width.

I have so far been able to find all the advice & CSS tweaks I need to customise my site (eg to fix the max site width). Impressed with Vantage & the SO tools – as a relative newcomer to more complex WP site building.

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

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. jayef 9 years, 1 month ago

    I managed to find the answer to this myself in case anyone else is wanting to do this.

    I had already used some CSS from this site to set the maximum page width. and I added the ‘margin’ line as below. The centred browser looks much more professional imo.

    /* Vantage Boxed Layout Site Width */
    body.responsive #page-wrapper {
    max-width: 1200px !important;
    margin: 0 auto;
    }

  2. Alex S Staff 9 years, 1 month ago

    Hi Jay,

    I’m glad you were able to resolve this issue. I’m, sorry I wasn’t able to be of assistance this time. Please be sure to post another thread if you have any other questions.

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