I've noticed that when using Barron (not Barroness), the sidebar floats right, but gets shifted down when the window is collapsed only a tiny bit. I set a minwidth element as a quick fix for firefox, but it still looks bad in IE. I've been playing with the CSS all morning and still have no idea why it is collapsing so soon.

Comments

jwolf’s picture

Assigned: Unassigned » jwolf

This theme will not work correctly under 1024x768 browser size / screen resolution.
This is the reason that the sidebar is wrapping below the content.

jwolf’s picture

I will fix this problem in the next release.
Meanwhile I'll leave this bug report active until there is a fix.

jwolf’s picture

Category: feature » bug
jwolf’s picture

Here is how you can fix it:

Edit style.css under the "sidebar styles" the #sidebarWrapper so that it looks like the following:

#sidebarWrapper {
	background: transparent url('images/sidebar_bottom.jpg') no-repeat scroll left bottom;
	float: right;
	display: inline;
	margin-top: 20px;
	width: 21%;
	max-width: 200px;
}

You're replacing the width from 200px to 21% and adding the max-width:200px;

baloneysammitch’s picture

Thank you! This works a lot better.

jwolf’s picture

This has been fixed with the release of the 5.x-1.4 version

jwolf’s picture

Status: Active » Fixed
jwolf’s picture

Status: Fixed » Closed (fixed)