Please scroll down to the headline, Get to know Empirical Water. I need that line of text centered. Please help.
Thank you
A user needs help centering a multi-column headline (“Get to Know Empirical Water”) on their Shopify website.
Solution provided:
.title-wrapper.title-wrapper--no-top-margin,
.title-wrapper.title-wrapper-with-link,
.title-wrapper.padded-self-mobile {
justify-content: center !important;
}
The responder included a screenshot showing the expected centered result and requested the original poster mark the solution if it resolves the issue.
Please scroll down to the headline, Get to know Empirical Water. I need that line of text centered. Please help.
Thank you
Check this one.
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
justify-content: center !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!