I can't get my collection header text to align to center, won't work!

Hello, I cannot get this text to align to the center. I have tried text-align : center !Important; several times. Please help, it just won’t work.

here is my shop:

Password: lavishprintshop

Hi @kirstenlc5 .

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can go to Online store => themes => actions => edit code and add this code on file base.css

.title-wrapper-with-link{
justify-content: center!important;
}

Hope this answer helps.

Best regards,

Richard | PageFly

1 Like

It worked, thank you so much,

I wonder why text-align : center did not work this time