Shopify themes, liquid, logos, and UX
Hi! Just a curious question. I'm using Dawn 2.0 theme.
Can the Collection List of Dawn 2.0's Homepage be a full section width as well?
Above screenshot is from Dawn, below screenshot is from Narrative:
And is it possible that the text in Dawn's Collection List will look like that as well? I mean it's on the center and on the image and not below the image? It's just so beautiful and neat looking that's why I want to know if it is possible. ❤️
Just wondering. Thank you!
Solved! Go to the solution
This is an accepted solution.
Add code Your assets/component-card.css bottom of the file.
@media screen and (max-width: 749px){
.card--media .card__text-spacing {
top: 50% !important;
position: absolute !important;
width: 100% !important;
text-align: center !important;
background: transparent !important;
}
}
@media screen and (min-width: 750px){
.card--media .card__text-spacing {
top: 50% !important;
position: absolute !important;
width: 100% !important;
text-align: center !important;
background: transparent !important;
}
}
Please share store URL of dawn theme
Thanks!
This is an accepted solution.
Add code Your assets/component-card.css bottom of the file.
@media screen and (max-width: 749px){
.card--media .card__text-spacing {
top: 50% !important;
position: absolute !important;
width: 100% !important;
text-align: center !important;
background: transparent !important;
}
}
@media screen and (min-width: 750px){
.card--media .card__text-spacing {
top: 50% !important;
position: absolute !important;
width: 100% !important;
text-align: center !important;
background: transparent !important;
}
}
Hi! Thank you for this! The full section didn't work tho but the text to be at the center worked. Thank you so much!!!
This did nothing to the collection list on my home page
User | RANK |
---|---|
178 | |
154 | |
72 | |
46 | |
36 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023