Admin Horizontal Theme screen width
Posted: Thu Feb 24, 2005 12:09 am
I get a scroll bar at the bottom of my browser with the width set to 100% in the body element. Could it be changed to:
Code: Select all
body {
width: 98%;
margin: auto;
}