Re: Symmetry Theme Reduce Space Image Banner

Symmetry Theme Reduce Space Image Banner

nxjus
Excursionist
29 0 9

Hello, i want the space between image banner to be 10px but still the same space left & right of the screen.

1.png

cultureposter.com (password: poster)

 

Thank You!

Replies 6 (6)

comercioservice
Shopify Partner
283 38 34
@nxjus 
Hi, Please go to
1) Online store
2) Themes -> Edit theme
3) asstes
4) base.css and add this code end of the file

 

 

@media (min-width: 768px) {
    .gallery--with-margins .gallery__item {
        margin: 0 0 0 10px !important;
    }
}​

 

result:

gutenplayer_0-1727711045927.png

 

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
nxjus
Excursionist
29 0 9

Thank You, but now there is not enough space left on the screen.

Screenshot 2024-09-30 at 21.06.50.png

comercioservice
Shopify Partner
283 38 34

@nxjus here is the update code 

@media (min-width: 768px) {
    .gallery--with-margins .gallery__item {
        margin: 0 0 0 10px !important;
    }
    
    .shopify-section.section-gallery .container.container--not-mobile {
        padding-left: 50px;
    }
}​

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

Made4uo-Ribe
Shopify Partner
9537 2268 2819

Hi @nxjus 

I am bit confuse, image banner or collection list? This one?

Made4uoRibe_0-1727710939811.png

if it is, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media (min-width: 768px) {
    .gallery--with-margins .gallery__item {
        margin: 0 0 10px 10px;
    }
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
nxjus
Excursionist
29 0 9

Thank You, but now there is not enough space left on the screen.

Screenshot 2024-09-30 at 21.06.50.png

Made4uo-Ribe
Shopify Partner
9537 2268 2819

if you like to remain the left margin on the 1st collection Check this one. 

Replace the code below. 

 

@media (min-width: 768px) {
    .gallery--with-margins .gallery__item:not(:first-child) {
        margin-left: 10px;
    }
}

 

And Save. 

Made4uoRibe_0-1727723656857.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.