Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Last active March 17, 2026 06:47
Show Gist options
  • Select an option

  • Save jmabbas/c35da5c98f497a4bf64af55e9c27e0eb to your computer and use it in GitHub Desktop.

Select an option

Save jmabbas/c35da5c98f497a4bf64af55e9c27e0eb to your computer and use it in GitHub Desktop.
Electro - Custom changes
function electro_footer_social_icons_hh() { ?>
<div class="container">
<?php electro_footer_address(); ?>
</div>
<?php
}
@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