I want the heading text for the multicolumn to be centered, the page is hygiene pod. I have already tried multiple different css commands and nothing has worked. Quiet strange actually.
URL: HYGIADENTAL.COM
A user needed to center the heading text in a multicolumn section on their Shopify store’s hygiene pod page, despite trying multiple CSS commands without success.
Solution provided:
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title {
justify-content: center !important;
}
Outcome:
I want the heading text for the multicolumn to be centered, the page is hygiene pod. I have already tried multiple different css commands and nothing has worked. Quiet strange actually.
URL: HYGIADENTAL.COM
Hi @Anonymous
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title {
justify-content: center !important;
}
Result:
Best,
Liz
that one actually worked! thankyou so much
Hi, this works great on desktop. How about on mobile? For me the mobile version of the header is not centered. Any solution?
thanks
nvm found the solution