• Overall this is a great theme. I have a minor issue with the woocommerce icon placement, because it overlaps the menu bar when viewing on a cell phone. The primary menu is rolled up and covers with width of the screen, and the cart icon is at the right side partially overlapping the menu bar. Screenshot at https://drive.proton.me/urls/5MYC8AR4TG#KQukyzqcueBU Any suggestions to improve this are appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rohit

    (@rohitkc32)

    Hi @twowheeler

    Please apply the following CSS to shift the Cart button more the the left, so it doesn’t overlap.

    @media only screen and (max-width: 768px) {
    .cart-wrapper .spacious-woocommerce-cart-views{
    margin-right: 10px;
    }
    }

    Let me know if it helps or not, and I will get back to you.
    Regards!

    Thread Starter twowheeler

    (@twowheeler)

    Thank you, but no that doesn’t change anything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.