Posted by serving on March 31, 2009 at 12:57pm
| Project: | Barlow |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hello
I removed the user login block from left side and found out that the layout is not fixed width anymore.
Also, the main content area did not grow to use all the new space available. There is a large white space on the right now.
Probably can be fixed in css file.
Serving
ps I am testing the theme for a site that does not require user login visible to the public.
Comments
#1
I added
.no-sidebars #wrapper {
width: 750px;
}
to layout.css
and changed
#main {
width: auto;
padding: 2em 35px 1.5em 35px;
also in layout.css
#2
I used the following patch.
#3
comitted.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.