Disclaimer: This is experimental code and not an official mod.
[after some experimentation] Here is the exact changed code to get a page centered and fixed width:
/* Main blocks
---------------------------------------- */
#wrap {
padding: 0 20px;
min-width: 800px;
max-width: 800px;
margin-left ...
Search found 2 matches
- Tue May 22, 2007 12:33 pm
- Forum: [3.0/Olympus] Styling
- Topic: Reduce width and center the page -- any simple way?
- Replies: 53
- Views: 92590
- Tue May 22, 2007 9:44 am
- Forum: [3.0/Olympus] Styling
- Topic: Reduce width and center the page -- any simple way?
- Replies: 53
- Views: 92590
Re: Reduce width and center the page -- any simple way?
I just spent 3 hours trying to figure this out.
You only need to add 2 lines of code to change the width.
add
under #page-body
and
add
under #wrap
Still not sure about how to change page alignment.
You only need to add 2 lines of code to change the width.
add
Code: Select all
width: 745px;
and
add
Code: Select all
max-width: 745px;
Still not sure about how to change page alignment.