blocks stacking on mobile
-
re: https://heritagecountrypottery.com/
see image ~ https://www.hardy.global/decrease_margin.jpgHow can I reduce top margin on mobile stacking?
I have this css below which stacks the 6 mages 3 on 3 with mobile…@media (max-width: 480px) {
.wc-block-handpicked-products .wc-block-grid__products {
display: flex !important;
}.wc-block-handpicked-products .wc-block-grid__product {
flex: 1 0 33% !important;
}
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘blocks stacking on mobile’ is closed to new replies.