Widening the paragraph text of blog posts
-
How do I make my posts wider on both the homepage and in the actual posts?
The blog I need help with is: (visible only to logged in users)
-
Hi,
The content is shrunk to 474px by default and make it a bit wider by changing css code as mention below:
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0 auto;
max-width: 474px;
}Change the max width from 474px to 80%.
- The topic ‘Widening the paragraph text of blog posts’ is closed to new replies.