Symmetry Theme change Spacing

Solved

Symmetry Theme change Spacing

nxjus
Excursionist
16 0 4

Hello, on mobile I want to change the space for the image gallery sections. I want it to be 0px left and right & 10px between images. Thank You

store: www.cultureposter.com

Screenshot 2024-09-22 at 20.56.53.png

Accepted Solution (1)

Arif_Shopidevs
Shopify Partner
263 36 36

This is an accepted solution.

Hello,

Step 1: Navigate to your Shopify admin panel and go to "Online Store."

Step 2: Click on "Themes" and then select  Edit code

Step 3:  Find base.css

 

@media (max-width: 768px) {
    .gallery--with-margins {
        margin-right: 0px!important;
        --gallery-gutter: 0px!important;
    }

    .gallery--with-margins .gallery__item {
        margin-bottom: 10px!important;
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

 

 

 

Arif_Shopidevs_0-1727111475334.png



Do not forget to make the answer as solution and like the solution 🙂
THank you

Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers

View solution in original post

Reply 1 (1)

Arif_Shopidevs
Shopify Partner
263 36 36

This is an accepted solution.

Hello,

Step 1: Navigate to your Shopify admin panel and go to "Online Store."

Step 2: Click on "Themes" and then select  Edit code

Step 3:  Find base.css

 

@media (max-width: 768px) {
    .gallery--with-margins {
        margin-right: 0px!important;
        --gallery-gutter: 0px!important;
    }

    .gallery--with-margins .gallery__item {
        margin-bottom: 10px!important;
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

 

 

 

Arif_Shopidevs_0-1727111475334.png



Do not forget to make the answer as solution and like the solution 🙂
THank you

Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers