Last active
March 17, 2026 06:47
-
-
Save jmabbas/c35da5c98f497a4bf64af55e9c27e0eb to your computer and use it in GitHub Desktop.
Electro - Custom changes
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
| function electro_footer_social_icons_hh() { ?> | |
| <div class="container"> | |
| <?php electro_footer_address(); ?> | |
| </div> | |
| <?php | |
| } |
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-thumbnail>img, | |
| .owl-item>.product .wp-post-image, | |
| .products>.product .product-thumbnail>img, | |
| .products>.product .wp-post-image { | |
| max-width: 70%; | |
| } | |
| .products-carousel-category-with-image-inner img { | |
| width: 50%; | |
| display: flex; | |
| margin: 0 auto; | |
| } | |
| .products-carousel-tabs-with-deal .section-onsale-product .product-thumbnail img { | |
| width: 50%; | |
| height: 50%; | |
| } | |
| .products-carousel-banner-vertical-tabs .banners-tabs>.nav { | |
| justify-content: center; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment