Hello Guys, I have problem of seeing : Buy Now and Checkout icon in mobile devices, I can see them in Tablets but not on smart phones. How to resolve this? Best regards Gyalgin
Hello, Could you please specify your issue with the help of screen shot images and also do share us your website link so that we can check the issue.
Hello, For media devices we uses css codes for different views they are Code: @media only screen and (max-width: 960px) and (min-width: 767px){} @media only screen and (max-width: 767px){} @media only screen and (max-width: 767px) and (min-width: 480px){} @media only screen and (max-width: 480px){} Thanks & Regards Gourav Shrivastava