Style buttons in shortcode for mobile
-
I want to add padding to “add to cart” – buttons from shortcode. I have tried this:
@media (max-width:1024px){ .woocommerce .product .add_to_cart_button.button { padding-top: 10px; padding-bottom: 10px; } }
But it didn’t work. I also want to add padding left and right
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Style buttons in shortcode for mobile’ is closed to new replies.