Avatar

Width of the site (Design/Themes)

by Micha ⌂, Thursday, November 24, 2011, 09:26 (4530 days ago) @ Tyler

Hy Tyler,

But I'm trying to figure out how to change the width a little, so it's about 1000px wide and centred...

You can use CSS. Untested:

body {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}

regards
Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences


Complete thread:

 RSS Feed of thread