Dawn Theme - How to lessen multicolumn padding for mobile

Solved

Dawn Theme - How to lessen multicolumn padding for mobile

IllIlIl1
Excursionist
27 0 6

I'm trying to lessen the space in between the multicolumn columns for mobile devices. I want to keep the swipe feature as well.

 

Issue attached below

https://imgur.com/a/GgSR8b2

 

 

Store link-https://b01a38-40.myshopify.com/

Code- dapolu

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
1973 566 666

This is an accepted solution.

- Here is the solution for you @IllIlIl1 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media screen and (max-width: 749px) {
    .grid--peek .grid__item {
        min-width: 27% !important;
    }
}

- Here is the result you will achieve:

BSSTekLabs_0-1723725389263.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

View solution in original post

Reply 1 (1)

BSS-TekLabs
Shopify Partner
1973 566 666

This is an accepted solution.

- Here is the solution for you @IllIlIl1 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media screen and (max-width: 749px) {
    .grid--peek .grid__item {
        min-width: 27% !important;
    }
}

- Here is the result you will achieve:

BSSTekLabs_0-1723725389263.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell