Created
February 10, 2025 15:14
-
-
Save tdmrhn/9e04efe557afcee0e43d39e1382f77e5 to your computer and use it in GitHub Desktop.
Blocksy 2: Mobile Full width Product Gallery
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: 690px) { | |
.ct-default-gallery .woocommerce-product-gallery, .ct-stacked-gallery .woocommerce-product-gallery { | |
--custom-edge-spacing: calc(-1 * calc(calc(100vw - var(--theme-container-edge-spacing))/2)); | |
margin-left: var(--custom-edge-spacing); | |
margin-right: var(--custom-edge-spacing); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment