Centre Product Collection Banner in Mobile

Hello,

I would like to centre my text in all collection banners only in mobile setting.

I am happy with how all looks in desktop.

Thank you. Please see screenshot.

Ella.

URL: https://www.samiyaskincare.com.au/collections/face-masks

Password: ellacoker

Hi @ellacoker , to do that, please follow our instructions:

Step 1: Open Online Store → Themes → Edit code.

Step 2: Find base.css file

Step 3: Paste this code at the bottom of the file.

@media (max-width: 570px) {
    .collection .card__heading,
    .collection .price {
        text-align: center;
    }
}

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you :heart_eyes:

hello, unfortunately it did not work :disappointed_face:

Try this and let me know if this work (or not):

@media (max-width: 570px) {
    .collection .card__heading,
    .collection .price {
        text-align: center !important;
    }
}

no, unfortunately this didnt work either.

Do you mean center text like this? (I see it’s already centered on your website)