Center the page title

I’m trying to center the page title, but it seems that there’s a space reserved for breadcrumbs. How do I fix that?

Hi Malav,

Thanks for reaching out!

There’s a padding right that forcing the breadcrumbs not to properly center the title. In order to fix your issue, please go to X > Theme Options > CSS then locate the .x-landmark and add padding-right: 0 !important;. Your code should be like the code below:

.x-landmark {
    width: 100% !important;
    min-width: 100% !important;
    padding-right: 0 !important;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

Amazing, that worked! Thank you so much.

Hello Malav,

Glad that @marc_a were able to help you. Please feel free to reach us if you have any more concern regarding our theme and theme settings.

Thanks

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