Centering all page headings

How can I center all page headings?

Hi @spencey,

Thanks for reaching out.

Are you referring to headlines within the content? They are already centered, but if you’re referring to centering the landmark titles, then please add this CSS to Theme Options > CSS

.x-landmark, .x-breadcrumbs-wrap {
    width: 100%;
    padding-right: 0;
    text-align: center;
display: block;
}

Hope this helps.

awesome! thanks so much. can this be considered as an added feature to X Theme Options?

Hi @spencey,

Thank you for the suggestion. This is something we can add to our Feature Request List so that it will be considered in future development.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.