How to center page titles on the Minimal theme?

Hi

Can anyone please help? I would to centre the page titles on Minimal theme. They currently default to the left.

Kind regards

Hello,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid paste bellow code in bottom of file
.section-header .section-header--title {
    text-align: center;
}

Thanks

1 Like

Hi Guleria

Thanks! Thats great, that has worked nicely. The only one that hasn’t changed is the Home page title. That is still on the left. Any ideas please.

Kind regards

Hi

Can anyone help please? I need the main header title on my Minimal theme home page centering. At the moment it defaults to the left.

Kind regards

Add this css

.section-header__title {
    text-align: center;
}

Still if it doesn’t work then share your store URL

Thanks

1 Like

Hi Guleria

Thank-you that has worked a treat. Could you also help me with centering the items in my footer and would you know where in the code I can rearrange the payment icons in the footer. Thanks.

Kind regards