Centering all Page Headings - CSS not working

Hey there! Tried adding this CSS i found in another '19 forum piece:

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

but all of my page headings are still on the left. Is there an easier way to do this? very new and learning as i go :slight_smile:

https://fairytales.websitedevelopment.net/about-us/

Hello @webraven,

Thanks for writing to us.

To align center the page title of all the pages you can use this custom CSS code Theme Option —>CSS

.page header.entry-header h1.entry-title {
text-align: center;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

ah, I understand. thank you for the help AND for the heads up! You are single-handedly saving my life (website) today, Prakash!

Hey @webraven,

It’s good to know that @Prakash_s was able to help you out. Please feel free to create another thread if you need any further information.

Cheers.

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