Home Page - 'CENTRE BLOG HEADING' - Craft theme 2022

https://blackglovenutrition.com/

How can i centre the blog heading on my home page?

And if possible, have all heading for the future centred?

Thank You, BGN

Hi @lukejdacey ,

Please follow the instructions below.

. page-width-desktop .title-wrapper-with-link {
justify-content: center;
}
  1. Go to Admin page > Online store > Themes > Edit code > Actions
  2. Open the base.css file under the Asset folder.
  3. Paste the code below

Hello, nothing changed unfortunately :disappointed_face:

Try this one instead

.title-wrapper-with-link {
justify-content: center !important
}
1 Like

Amazing, thank you very much, highly appreciated.

1 Like

Please select the solution so this thread will be marked as solved. Thank you