Button add to cart is not responsive
-
I would like the “Adicionar” button to be responsive for multiple mobile devices, but it’s not enough for that. Would you help me?
Attachments:
You must be
logged in to view attached files.
Hello,
You can try using the media queries to set the CSS for the devices width you are having the issues with.
Best Regards
I tried using @media but I couldn’t, could you show me some css code to do this?
Hello,
You need to add media queries for each device width you have issues with and then adjust the CSS accordingly.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Best Regards