Responsiveness with "Always Open" Creative Menu faulty

First, thanks for implementing the "always open" creative menu as i suggested. The problem with this menu is that when you make the window narrower there is a range where the content is partially hidden. You can check this out on my site.

Comments

  • Hi,

    as we see, you use 960px grid and that`s why you got this problem with content. We think, that only below css will be able to help in your case:
    @media only screen and (min-width: 960px) and (max-width: 1239px)
    {
    body.header-open { min-width:0; }
    .header-open #Wrapper { width: 728px; }
    .header-open .section_wrapper,
    .header-open .container,
    .header-open .with_aside .content_wrapper { width: 708px; }
    }
Sign In or Register to comment.