shoestrap-3 icon indicating copy to clipboard operation
shoestrap-3 copied to clipboard

Sidebar goes from left to right at 1007px

Open jesustorresdev opened this issue 10 years ago • 0 comments

I have selected the layout with only a sidebar to the left (the third). It works fine with media width >= 1007 but at 1007 the sidebar goes to the right. And next, with media width < 768 it goes down the main section.

If I'm not wrong, this behavior is strange. If I have selected a layout with the sidebar to the left, it should always stay to the left until it goes down.

I guess it is caused by these lines in assets/css/style-default.css#L6768

@media screen and (min-width: 1007px) { .main-float-right main.main { float: right; } }

that put main section to the right, but only if media width >= 1007.

Thanks.

jesustorresdev avatar Oct 25 '14 00:10 jesustorresdev