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.

CommentFileSizeAuthor
#2 419400_width.patch427 bytesanarcat

Comments

serving’s picture

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

anarcat’s picture

Status: Active » Needs review
StatusFileSize
new427 bytes

I used the following patch.

anarcat’s picture

Status: Needs review » Fixed

comitted.

Status: Fixed » Closed (fixed)

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