Hello everyone, I’m finding that this has been answered before for different themes, but as a newbie, I’m still struggling to get this to work.
I can center it within the collection text box but I can’t center it on the actual page.
Please help.
Main issue: Center the collection description text on a Dawn theme collection page; it appeared centered in the editor but not on the live page.
Key steps and solution:
Outcome:
Latest update / open question:
Status: Desktop resolved; mobile centering remains open without a posted solution yet.
Hello everyone, I’m finding that this has been answered before for different themes, but as a newbie, I’m still struggling to get this to work.
I can center it within the collection text box but I can’t center it on the actual page.
Please help.
Hey @1KNDclothing
Can you share your store URL?
Hey @1KNDclothing
Please add the following code at the bottom of your css,
@media screen and (min-width: 750px){
.collection-hero__description {
max-width: 100% !important;
text-align: center;
}
}
worked perfectly, thank you so much
Hi! This code worked great for altering the desktop version of my site, but the mobile version remains the same. How can I apply these changes to mobile as well?