Hey guys - I’d like to narrow the content column in my blog pages, is there a way to do that after the blog has been posted?
E.g.
https://jhpalmer.co.uk/gdpr-a-beginners-guide/
Many thanks for your help in advance!
Harry
Hey guys - I’d like to narrow the content column in my blog pages, is there a way to do that after the blog has been posted?
E.g.
https://jhpalmer.co.uk/gdpr-a-beginners-guide/
Many thanks for your help in advance!
Harry
Hi There,
If I understand properly, you want the post content should be narrow.
if so please add this CSS to your theme Option -> CSS and let us know if that helps!
.single-post .x-main article.post {
max-width: 800px;
margin: auto;
}
You can adjust the width further if you want.
Hope this helps!
If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.
I recommend you to watch following video that will help you to get started with CSS.
Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.
https://developers.google.com/web/tools/chrome-devtools/css/
Thanks.
Awesome thanks Basanta, that worked perfectly. 
Glad to know we could help you!
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.