• Hello
    I need some help with the sidebar (category list) in my shop pages. The sidebar is just showing underneath the products. I want it to be shown to the left at the top of the page all the time.

    How can I change this?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter luftplanta

    (@luftplanta)

    No one? It is the same on the mobile site, the menu is shown under the products and not above as I want it to.

    Best regards
    Daniel

    Hey Daniel,

    Is it still happening with you? We checked and seems fine on our side. Let us know.

    Thread Starter luftplanta

    (@luftplanta)

    Not really, it works on some computers but not all.

    And in the mobile view its a disaster, the menu places itself underneath everything…

    Hello there.
    The collapse of the shop sidebar happened because of ‘.module-small-shop .woocommerce-breadcrumb’ CSS classes. Those classes have margin-bottom 0. If you add any value, then the sidebar appears to the left. So, in the customizer, we could add the following CSS

    .module-small-shop .woocommerce-breadcrumb {
        margin-bottom: .1em;
    }

    To move the shop sidebar on the top on mobile devices
    this post will help you.

    This is the same thing happening for me as well.. Have you got this fixed??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar showing just underneath product (shop)’ is closed to new replies.