Page title not centered

For some reason, my page titles aren’t centering. I don’t know if they’ve always done this and I’m just noticing now or if it is a new issue.

Hello @ppe29,

Thanks for writing in!

The page title is not centered by default because it has a space for breadcrumb on the right. To make the page title centered, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-landmark {
    width: 100%;
    padding: 0;
}

Hope this helps. Kindly let us know.

Yes that worked, thanks @RueNel

You’re welcome!
Thanks for letting us know that it has worked for you.

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