Can someone please tell me why my collection banner header and product grid is not at full width? I want to line it up to the header logo “Samiya Skin”
Thank you in advance,
Ella.
Can someone please tell me why my collection banner header and product grid is not at full width? I want to line it up to the header logo “Samiya Skin”
Thank you in advance,
Ella.
Hi, @ellacoker
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the tag
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Hi @ellacoker
In base.css file,find ‘@media screen and (min-width: 750px)’
Modify him to the following content.
@media screen and (min-width: 750px) {
.page-width {
padding: 0 .5rem;
}
}
Hi @ellacoker ,
Can you share your store URL so that I can check?