How can I centralize text on my website?

I want to centralize this text’s, there’s a way i can do that? My website is www.nonastore.com.br

1 Like

Hi @nonastore

Please change this class https://prnt.sc/8faM34ftpYxO

Hello @nonastore

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like

Thank you so much :heart:

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code

  2. Find Asset >base.css and paste this at the bottom of the file:

.jas-row .jas-col-xs-12.jas-col-sm-6:empty {
    display: none;
}
.wrapper-boxed #jas-wrapper .jas-container .jas-row {
    justify-content: center;
}