Increase spacing in multicolumne between every box

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

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.

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);
}}