How can I center the titles of sections or blocks on my website?

I am trying to center these titles of all the blocks on my website. The bestsellers, the collections and the blog title.

ModaAngelique.myshopify.com

lowrtu

screenshot below

1 Like

@jhaddock

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file.
.title-wrapper-with-link, .product-grid {justify-content: center;}
1 Like

After trying everything on every thread, I can confirm this works for the “Craft” theme!