Download & Extend

user login block removal affects width

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

Status:active» needs review

I used the following patch.

AttachmentSize
419400_width.patch 427 bytes

#3

Status:needs review» fixed

comitted.

#4

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here