Width of the site (Design/Themes)

by Tyler ⌂ @, Wednesday, November 23, 2011, 23:58 (4509 days ago)

Hi! We are running mylittleoforum here...

http://www.prettyarcade.net/forum/

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

:-)

Avatar

Width of the site

by Micha ⌂, Thursday, November 24, 2011, 09:26 (4509 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

Width of the site

by Tyler ⌂, Thursday, November 24, 2011, 21:39 (4508 days ago) @ Micha

Hi, thanks for your response. Which file must I edited? I've tried editing themes/default/style.css but nothing changes.

:-)

Edit: Sorry I found it! style.min.css

RSS Feed of thread