Solution Box
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Hi @rafinkhan ,
I opened a ticket as @abidhasan112 said on your support channel waiting for a reply.Forum: Plugins
In reply to: [Simple Sticky Add To Cart For WooCommerce] Mobile responsiveHi @larbisamir,
Please add the following code in your Theme customizer CSS. It will fix style issue on mobile.
@media screen and (max-width: 768px) { .wsatc-stick-cart-wrapper .product-title{ font-size: 14px; line-height: 17px; } .wsatc-stick-cart-wrapper del, .wsatc-stick-cart-wrapper ins { font-size: 14px; } } @media screen and ( max-width: 500px ){ .wsatc-stick-cart-wrapper .container{ display: block; } .wsatc-stick-cart-wrapper .wrap-product-content { width: 100%; } .wsatc-stick-cart-wrapper .product-title{ margin-right: 5px; } .wsatc-stick-cart-wrapper del, .wsatc-stick-cart-wrapper ins { font-size: 12px; } .button-sticky-add-to-cart { display: block !important; } }Let me know if it works for you.
- This reply was modified 5 years, 7 months ago by Solution Box.
Forum: Reviews
In reply to: [Code Widget] Works!It works for me also
- This reply was modified 5 years, 7 months ago by Solution Box.
Viewing 3 replies - 1 through 3 (of 3 total)