Hi
i'm working on my new shop but i would like to make the collection page photo grid full width. but i can't find the right code
Solved! Go to the solution
Hi @ailene
Would you mind sharing your store's URL so we can provide a solution here?
This is an accepted solution.
Add the following code to your theme.scss.css file:
div#CollectionSection {
max-width: 100%;
}
That will make the collection full width, let me know if that works for you!
Great! Add the following code:
@_media screen and (min-width: 769px)
{
header.section-header.text-center {
margin-bottom: 0px;
}
}
Don't forget to like & mark the answers as solution to help the community find quicker answers, cheers!
User | Count |
---|---|
448 | |
187 | |
139 | |
60 | |
44 |