Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #415155

    Hi,

    After the recent upgrade to 3.1.1 the main content background color on our site with sidebar on the left, has suddenly “gone” and shows the same color as the sidebar.

    A quick inspection with the developer toolbar reveals that the wrapping div that carries the main background color setting by class “main_color”, has collapsed to 0 height. This happens because the inner div class “container” is floated left now.

    I’ve added

    
    .container_wrap {
      overflow: hidden;
    }
    

    to the custom CSS field to fix it.

    #415160

    Correction:

    The style added to fix it, will now hide the secondary menu hover items behind the main content. Changed fix to:

    
    .container_wrap {
       float: left;
    }
    
    #415161

    Correction:

    The style added to fix it, will now hide the secondary menu hover items behind the main content. Changed fix to:

    .container_wrap {
    float: left;
    }

    Note: posting to these forums appears to be difficult. Each time when I hit Submit on a new post (not after editing an existing one apparently), I land on a blank page. Hitting refresh button will then result in a double post…

    • This reply was modified 9 years, 8 months ago by RavanH.
    #415390

    Hi!

    Glad you figured it out and thank for your sharing your solution!
    We are aware of the issue but unfortunately neither Kriesi nor anyone from the team could reproduce the issue yet. Thanks for the heads up!
    Have a nice weekend !

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Update broke main content background color in left sidebar layout’ is closed to new replies.