Hi
Can anyone please help with centering the collection page titles. So example in the screenshot. I want the title ‘Stationery’ moving to the centre from the left, thanks.
Hi
Can anyone please help with centering the collection page titles. So example in the screenshot. I want the title ‘Stationery’ moving to the centre from the left, thanks.
Hi Molly,
You can achieve this through custom CSS, by applying the below css at the end of your theme.scss.css file:
@media (min-width:768px) {
header.section-header.section-header--large {
position: relative;
}
h1.section-header__title.section-header__title--left {
width: 100%;
position: absolute;
}
}
Let me know if this addressed your question.
Cheers!
Hi Gabriel
That worked a treat, thanks.
Kind regards
Molly