user login block removal affects width

serving - March 31, 2009 - 12:57
Project:Barlow
Version:6.x-1.0
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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.

#1

serving - March 31, 2009 - 21:19

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

 
 

Drupal is a registered trademark of Dries Buytaert.