Hi there,
I'm trying to set up a shop for clothing and there is just one thing I cannot seem to find - how to resize images for the frontpage?
For reference:
I want my frontpage to look like this -
While it's looking like this -
Can someone give me an advice how to move forward with this? Thanks in advance!
Solved! Go to the solution
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
Thank you for your reply - you can visit my website by clicking here - https://aizputes-krekli.myshopify.com (password - krekli)
PLease place this code at the end of theme.scss
#shopify-section-16068528371065eb9c .grid--uniform .grid__item, #shopify-section-16068524856aae3a5a .grid--uniform .grid__item {
padding-left: 0px !important;
}
#shopify-section-16068528371065eb9c, #shopify-section-16068524856aae3a5a {
padding-left: 0px !important;
}
@media only screen and (min-width: 750px) {
#shopify-section-16068524856aae3a5a .collection-grid-item {
margin-bottom: 0 !important;
}
}
This is an accepted solution.
#shopify-section-16068528371065eb9c {
padding-top: 0px !important;
}
#shopify-section-16068528371065eb9c .page-width, #shopify-section-16068524856aae3a5a .page-width {
max-width: unset;
padding-left: 0px;
padding-right: 0px;
}
User | Count |
---|---|
859 | |
113 | |
100 | |
98 | |
76 |