Created
March 2, 2026 08:10
-
-
Save jmabbas/93c05a7718f9a25a1bffa8adb4a60ef6 to your computer and use it in GitHub Desktop.
Electro - Custom Styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @media (max-width:767px) { | |
| .owl-item>.product .product-loop-body .product-rating, | |
| .products>.product .product-loop-body .product-rating { | |
| margin-bottom: 5px; | |
| } | |
| .owl-item>.product .add-to-cart-wrap, | |
| .products>.product .add-to-cart-wrap { | |
| margin-top: 5px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment