hey guy, please how can I increase spacing between multicolumne boxes and increase them size
my shop link: you-boho-vibes.myshopify.com
password: sotroy
hey guy, please how can I increase spacing between multicolumne boxes and increase them size
my shop link: you-boho-vibes.myshopify.com
password: sotroy
Hi @hamza-elkaissi ,
You can try this code
note: you can increase/decrease the value 100 to your choice.
@media screen and (min-width: 750px){
.grid--3-col-tablet .grid__item {
width: calc(33.33% - 100px * 2 / 3);
}}