Active
Project:
Abessive
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Sep 2009 at 13:31 UTC
Updated:
9 Apr 2010 at 13:17 UTC
I have looked at the CSS and searched the site, but i cant find a way to set the width for this theme.
It does not look so nice on a 22inch screen.
Hope someone can guide me here..
Comments
Comment #1
Weirdo_44 commentedYou'll need to open the style.css sheet and adjust the following:
body {
margin:10px auto;
padding:0 15px 0 10px;
width: 760px;
}
With the margin, you specify that the body should float always in the center of the screen and you set the width. So when your screen is set smaller, your div's don't change position.