Adjusting width of blog posts
-
Hello!
I would like to ask whether it is possible to adjust the width of the blog post itself (without changing the width of the cover picture on the top of the page)? Ideally I would like to make the text of the posts wider in order to better utilize the space on the sides.
Thank you!
Best,
IlyaThe blog I need help with is: (visible only to logged in users)
-
Hi Ilya, go to Customize > CSS, delete what you have in there now, and paste in the following custom CSS and see what you think. You can adjust the 1268px value as desired (it was originally 1068px).
@media screen and (min-width: 68em) { .site-content { max-width: 1268px; width: 100%; } }
- The topic ‘Adjusting width of blog posts’ is closed to new replies.