Center the title of featured blog section

Hello, I need to centre the title of my featured blog section to be centred on the page- any idea how to change it?

Thanks in advance!

SITE: https://ebony-design.myshopify.com/

PASSWORD: dawlaw

2 Likes

Hi @Bird_on_a_Wire ,

Thank you for providing your website. You can follow the instructions below

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    display: flex;
    justify-content: center;
}
1 Like

@Bird_on_a_Wire

oh sorry but i can see its already center

Thank you @made4Uo works like a charm!

1 Like