• Under the product image Price is being overlapped by cart icon. Please help in resolving this

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

Viewing 1 replies (of 1 total)
  • Theme Author themesglance

    (@themesglance)

    Hello @achuet,

    Go to Dashboard >> Appearance >> Customizer >> Additional CSS, paste the css below and publish it.

    @media screen and (max-width:575px){
    #feature-products .products li {
    width: 100% !important;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Icons overlapping in mobile’ is closed to new replies.