Centre Site in Browser
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
2I 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;
}
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.