Hi @romeeta,
Thank you so much! Works like a charm.
Hi @sanjog,
Thank you for your response. It does indeed make the blog posts responsive. However, I would like to keep the width at 735px (instead of full-width). Is there any way I can retain the 735px (reduced width) AND keep the blog post responsive?
Thank you!
This is the CSS I used:
.single-post .content-area {
width: 735px;
align-items: center;
margin-left: auto;
margin-right: auto;
}