Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidebar goes from left to right at 1007px #601

Open
jesustorresdev opened this issue Oct 25, 2014 · 0 comments
Open

Sidebar goes from left to right at 1007px #601

jesustorresdev opened this issue Oct 25, 2014 · 0 comments

Comments

@jesustorresdev
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant