All things Shopify and commerce
I would like to make the heading of "OUR COLLECTION" centre and make the entire section of "OUR COLLECTION" full width, under the theme DAWN. Can anyone please advise?
Also, how to make the photo under multicolumn clickable and linked?
Thanks in advance.
Here is the screenshot and website:
nailtheland.com
Solved! Go to the solution
This is an accepted solution.
Related search: https://community.shopify.com/c/forums/searchpage/tab/message?advanced=false&allow_punctuation=false...
Try the following CSS in that sections custom CSS setting(new feature)
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
.title-wrapper-with-link {
justify-content: center;
/* text align for non-flex fallback */
text-align: center;
}
@Nailtheland wrote:Also, how to make the photo under multicolumn clickable and linked?
That is an advanced customization. If you need that customization you can contact me directly for services; please provide context: store url, theme name, post url and any additional requirements. Contact info in signature.
Search for related DIY topics:
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
This is an accepted solution.
Hello @Nailtheland ,
To center your collection heading and make the section full width follow:
.collection-list-wrapper {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.title-wrapper-with-link {
justify-content: center;
text-align: center;
}
a {
text-align: center;
}
I have additionally added the code to center the link text so it won't be sticked to the left of the screen. I hope it helps and good luck! If you get stuck with editing the collection or changing multicolumn image to link, feel free to reach out for further assistance.
Best regards,
Eray Barslan | Shopify Developer & Designer
This is an accepted solution.
Related search: https://community.shopify.com/c/forums/searchpage/tab/message?advanced=false&allow_punctuation=false...
Try the following CSS in that sections custom CSS setting(new feature)
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
.title-wrapper-with-link {
justify-content: center;
/* text align for non-flex fallback */
text-align: center;
}
@Nailtheland wrote:Also, how to make the photo under multicolumn clickable and linked?
That is an advanced customization. If you need that customization you can contact me directly for services; please provide context: store url, theme name, post url and any additional requirements. Contact info in signature.
Search for related DIY topics:
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Thank you this worked
This is an accepted solution.
Hello @Nailtheland ,
To center your collection heading and make the section full width follow:
.collection-list-wrapper {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.title-wrapper-with-link {
justify-content: center;
text-align: center;
}
a {
text-align: center;
}
I have additionally added the code to center the link text so it won't be sticked to the left of the screen. I hope it helps and good luck! If you get stuck with editing the collection or changing multicolumn image to link, feel free to reach out for further assistance.
Best regards,
Eray Barslan | Shopify Developer & Designer
Thank you so much for your reply. It is super helpful. Cheers.
Thank you so much!!!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024