Comments Dreamensrls started the conversationDecember 14, 2019 at 1:58pmThe product name is overlying the button on mobile devices like the screenshoot on shop page. How can I solve this problem?Thank youLuigi[deleted] repliedDecember 16, 2019 at 8:14amHi Luigi, Can you please add the code below to your Custom CSS area: @media screen and (max-width: 768px) { .woocommerce .products .product .item-info .price, .woocommerce .products .product .item-info h3 { margin-right: 35px; } }Have a nice day! Sign in to reply ...
The product name is overlying the button on mobile devices like the screenshoot on shop page. How can I solve this problem?
Thank you
Luigi
Hi Luigi,
Can you please add the code below to your Custom CSS area:
Have a nice day!