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
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
Hi @Bird_on_a_Wire ,
Thank you for providing your website. You can follow the instructions below
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
display: flex;
justify-content: center;
}
oh sorry but i can see its already center
Thank you @made4Uo works like a charm!