For some reason i cant center the features collections title (“BRANDS”)
Theme: Dawn 15.0
URL: Shbqa.com
Password: shabaqua
A user seeks to center the \
For some reason i cant center the features collections title (“BRANDS”)
Theme: Dawn 15.0
URL: Shbqa.com
Password: shabaqua
.title-wrapper--no-top-margin {
justify-content: center !important;
}
Hello @SHBQA
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @SHBQA
check this one.
.title-wrapper-with-link.title-wrapper--self-padded-tablet-down.title-wrapper--no-top-margin {
justify-content: center;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Before:
After:
and here how to do it:
Add the following CSS to the bottom of your stylesheet:
.title-wrapper-with-link {
display: flex;
justify-content: center;
align-items: center;
}
#SectionHeading-template--21915630862370__collection_list_hV3iCJ {
text-align: center;
}
Click “Save”