• Resolved frkaksdal

    (@frkaksdal)


    hi, I am having a problem I can not figure out. There has been some changes with some updates with woocommerce. And now in the mobile version of the page I am working on, the sidebar is taking over the whole view. Before this, the sidebar moved down under the main veiw in the smaller viewings.

    Any tips for me?

    the page : husetisvingen.no

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    You are adding this code:

    #content .main {
      float: right;
    }

    and that is causing all your issue. If you want the sidebar on the left use this code:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Kadence Themes

    Thread Starter frkaksdal

    (@frkaksdal)

    thank you! the code worked perfectly ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘home page on mobile’ is closed to new replies.