Community

Block follows page size and is shown over other content.

Hello.

I have a problem with my site.
When i use it on small screens, like tablets. Or just makes the window smaller on my computer. The blocks on the site is always be shown and is shown over other content.
Instead of the page just staying the same size, so you just would have to scroll, for you se the whole thing.

Im using the Storefront theme: http://drupal.org/project/storefront
And i know its because it is responsive..

I deleted this problem by changing some css in this file: storefront.responsive.layout
from

.container, #page.container-24, #page.container-16, #page.container-12 {
width: 100%; max-width: 1260px}

To just

.container, #page.container-24, #page.container-16, #page.container-12 {
max-width: 1260px, min-width: 1260px}

The page stays where it are.
But whem i scroll on the page, the background colors still act as before. They are just gray.

You can check my site out: www.easybuy.dk and try to make the page smaller

Thanks

Comments

=-=

as you aren't writing a module this question is better served in the post installation forum. Please edit the opening post and move it. Thanks.