Blog Post Title Full Width

Hello, I need to make the title of the blog posts on my clients site full width. I cannot find the CSS to do it. Here is the site: http://petrill.gallagherbd.com/projects/temple-university-cst-deans-office/

I want the grey background to be full-width.

Thanks!

Hi @gallagherBD,

Thanks for reaching out.

You need to change the HTML structure in order for you to change the blog post title to full width because the blog post title is inside a container that has a max-width 1200px and this cannot be done with CSS. I suggest that you customize the single blog layout by adding the file wp-single.php on this path framework/views/renew/ on your child theme because you are using renew as a stack.

And to delete the blog title on the content area, you also need to customize the content.php for ethos stack on this directory framework/views/renew/.

Hope that helps.

Thank you.

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