Baskerville 2: How to minimize blog post / page width?
-
Hye! I would like to minimize the blog post / page width to max 700px only
How can I make it?
So that if readers view and read using desktop, they do not need to read a long sentence to the right
It is much easier for them to read at short distance
This is example of recommended blog post width that I like – smaller and easier to read when read using laptop
Even in desktop it is in small width, it is 100% width when read using mobile = responsive
Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi there!
It looks like the blog you need help with is a self-hosted WordPress.org site. These forums are for sites hosted on WordPress.com.
For information on the differences between the two, check this support page here:For WordPress.org support, you can visit:
https://wordpress.org/support/
You can find all the documentation for WordPress.org (lessons, troubleshooting, etc.) here:
https://codex.wordpress.org/Main_Page
Hope this helps!
-
Hi there, there is a dedicated Baskerville Theme Support Forum at WordPress.org where you can post your questions.
I did take a quick look at your site and found this post. To limit single posts pages to 700px in width, the following custom CSS will get you going.
body.single .content.center { max-width: 700px; width: 100%; }
- The topic ‘Baskerville 2: How to minimize blog post / page width?’ is closed to new replies.