The situation is like that:
In non-admin sector (urls not starting with "/admin") the site resolution doesn't apply to the screen properly. There are vertical spaces after both left and right sidebar (see screenshots).
Is this a bug? Is it sth to be configured ?
| Comment | File | Size | Author |
|---|---|---|---|
| ok_admin_sector.png | 271.77 KB | chefarov | |
| problem_nod_admin_sector.png | 204.13 KB | chefarov |
Comments
Comment #1
frjo commentedThe Slash theme has a max-width set to 1000 pixels. This is avoid very long text lines that is really hard to read. I tend to do this since many (Windows) users seems to insist on making all windows full screen no matter what.
In the file "common.css" you find "min-width" and "max-width" set for the body tag. Change to whatever you like.
Comment #2
chefarov commentedThank you very much!! That definitely does the work!.
I should have noticed that when I was browsing the css'.