All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
My mulicolumn title is centering on mobile with my CSS but not desktop. Any idea why? Thank you. Screenshot attached.
URL: www.samiyaskincare.com.au
Solved! Go to the solution
This is an accepted solution.
Hi @ellacoker
Please replace text-align: center with
text-align: center;
align-items: center;
justify-content: center;
Please like and accept solution if it works for you
Thanks!
This is an accepted solution.
Hi @ellacoker
Please replace text-align: center with
text-align: center;
align-items: center;
justify-content: center;
Please like and accept solution if it works for you
Thanks!
Hi @ellacoker, please use this instead:
.multicolumn__title {
text-align: center;
justify-content: center;
align-items: center;
}
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.