Hello,
I would like to remove the spaces between images in the collage section. Does anyone know how to do it?
Thank you, Luciana
Hello,
I would like to remove the spaces between images in the collage section. Does anyone know how to do it?
Thank you, Luciana
Hi DMW!
Thank you so much!
This is the URL: obbo-llc.myshopify.com
The theme name is Context-White.
Thanks again,
Luciana
Hey @OBBO ,
Can you please provide me preview URL?
It asked me email and password
Let me know.
Thanks!
Sure, see if it works:
I can give you a “collaborator access” if it’s easier, just send me your email.
Thank you!
Hey @OBBO ,
Please add the following code at the end of your assets/index.css file ( or the CSS file that your theme is using)
.collage__item{
padding: 0px !important;
}
@media (min-width: 38em){
.section { margin:var(--spacing-extra-small) auto !important; }
}
Let me know if this works for you.
Thanks!
Hi DMW!
It kind of work, the mid space is almost gone, but the exterior sides are still there. I would like to have the collage full with.
Thank you so much!
Luciana
I changed the space from extra-small to none and the top and bottom spaces are gone, which is great. Just missing the sides.
Thank you!!
Hey @OBBO
.collage-section {max-width: 100% !important;}
@media (min-width: 38em){
.section {padding-left: 0px !important;padding-right: 0px !important;}
}
.collage__item-inner--large {padding-top: 105% !important;}
Hope this works for you.
Thanks!
It worked!! Thank you soooo much!! I really appreciate.
Luciana
Hi DMW,
Sorry, I don’t want to be annoying, but some other things got affected by our change. Please see pictures attached, could you please help me with that as well?
I have paste code that you provide in base.css file. But the space between images in collage section is still present.
Help me out please!!