• Resolved eddiepelser

    (@eddiepelser)


    Hi, Anyone know how how to modify the location of the category filters from bottom to top page in the mobile view of the store?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kaira

    (@kaira)

    Hi @eddiepelser

    Your theme should deal with that… Maybe check if the theme has settings to change the position of the sidebar on mobile.

    Otherwise, add the following custom CSS to Customize -> Additional CSS and let me know if that works for you:

    @media (max-width: 921px) {
      .ast-left-sidebar #secondary {
        order: 1;
      }
    }

    Thanks
    Zack

    Thread Starter eddiepelser

    (@eddiepelser)

    Thanks Zack, but I did try the CSS provided by ASTRA and yours, and both don’t move the secondary container to the top on mobile.

    Plugin Author Kaira

    (@kaira)

    Hi @eddiepelser

    That’s weird, I added the code in the browser and it worked on your site.

    Do you want to contact me at zack [@] kairaweb [.] com and I’ll help you further to get this working.

    Thanks

    Zack

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce – Search & Categories move to top’ is closed to new replies.