Center Multicolumn Text Title on Desktop as well as mobile

Solved

Center Multicolumn Text Title on Desktop as well as mobile

ellacoker
Shopify Partner
287 1 74

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

 

Screenshot 2025-02-16 at 16.26.05.png

 

Accepted Solution (1)

pawankumar
Shopify Partner
754 111 128

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!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

View solution in original post

Replies 2 (2)

pawankumar
Shopify Partner
754 111 128

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!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

B2Bridge
Trailblazer
365 75 94

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.