I would like to increase the width of my blog posts. I want them to match the width of my services page. How do I do that? I tried your recommendation of: @media screen and (min-width: 992px) {
.blog-single .entry-content, .blog-single .layout-fixed { max-width: 740px; } } (was posted under support for another theme) – but it’s not working. Playing around with the px does nothing.