Centralised H1 title on pages

Posted in: Newspaper
Post count: 92

I’m trying to create a page with visual composer that centralises the H1 title. So how would I do this?

Post count: 22421

Hello,
If using a page builder you will first have to use the pagebuilder + page title template: https://forum.tagdiv.com/page-templates-2/
The you can add this css on the page in the top right of the screen (cog wheel)

.page-template-page-pagebuilder-title .td-crumb-container,
.page-template-page-pagebuilder-title .td-page-title{
display:table;
margin-left:auto;
margin-right:auto;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.