Category Archive Page - Title Misalligned

Hi,

I am a pastor and am using blog posts for my sermons and categories to make them searchable by topic, book of the Bible, etc…

I’ve created one for all sermons and found how to enter the Title and Subtitle, but the text is smushed to the side of the page. How can I get the Title to stretch across the top with the Subtitle underneath the Title?

https://ashealliance.org/category/sermons/

Thanks so much!

Nate

Hi Nate,

Thanks for reaching out.
It seems that the default width has been overridden of the h1 selector and that is why the headline has been destructed. You need to set the width of the .h-landmark class to 100% or you can remove the custom CSS code which affects it.

Please remember that we don’t offer any support to the custom CSS code or related issues.

Thanks

Thanks for the quick reply!

Can yo advise how I can set the width of the .h-landmark class to 100%?

Thanks!

Hi Nate,

You can add the following custom CSS code into the Theme Options > CSS to override the custom CSS code you have added previously.

.h-landmark
{
    width: 100% !important;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes which means we can’t fix it in case it conflicts with something on your site nor will we enhance it. Further customization should be directed to a third-party developer or you can avail One, where we answer the questions beyond normal theme support.

Thanks

Thanks so much! This worked perfectly. I’ll be sure to note the uniqueness of the css and keep an eye on how it may affect other areas of the site.

Thanks again!

Hi Nate,

Glad that we are able to help you.

Thanks

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