Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I’m using the Basic (Left with breadcrumbs) page header style with the breadcrumbs hidden. How do you center the page title?
See page: https://www.trygtech.com/case-study-test-blog-format/
The Center page header style won’t work because when you click on the categories or tags, the padding between the first post and navigation bar goes away.
Thanks in advance.
Hello,
Please add this code into the page’s custom css box:
.header_page h1 {
padding-left: 29% !important;
}
Result screenshot.
Best regards!
You must be logged in to reply to this topic.