Width of Forum (General)

by Fez, Thursday, August 11, 2011, 20:10 (4663 days ago)

How can I change the width of the forum?
By default it's set to 100%, right? I would like to change it to an absolute value, e.g. 800 pixels, and center it.

Width of Forum

by arye, Thursday, August 11, 2011, 20:22 (4663 days ago) @ Fez

open: themes/default/style.min.css

find:

body{color:#000;background:#f9f9f9;margin:0;padding:0;font-family:verdana,arial,sans-serif;font-size:100.01%;}


replace with:

body{color:#000;background:#f9f9f9;margin:0;padding:0;font-family:verdana,arial,sans-serif;font-size:100.01%;width:800px;margin-left:auto;margin-right:auto;}
Avatar

Width of Forum

by Alfie ⌂, Vienna, Austria, Thursday, August 11, 2011, 21:34 (4662 days ago) @ Fez

Hi Fez!

Consider people with smaller viewports (e.g. smartphones). With a fixed width you force them to scroll horizontally, which can be quite annoying.

--
Cheers,
Alfie (Helmut Schütz)
BEBA-Forum (v1.8β)

RSS Feed of thread