How to center the titles on my home page?

How to center the titles of different sections from the templates on the main page?

www.SmartHomeOneStopShop.com

HI @Nozuu

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

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

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file β†’ Save

h2.title.inline-richtext.h1 {

text-align: center !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

1 Like

Great, it works. Thank you so much for your help. Can you tell me if it’s possible to decrease the size of those Bestsellers tiles on my homepage by about 50%?

You can try with this code:

.slider--desktop.grid--5-col-desktop .grid__item {
    width: 170px !important;
}