To expand the width of the main content page when using the WordPress 3.8 Twenty Fourteen theme:
- Login to WordPress as an administrator
- Go to Appearance > Widgets
- Remove all widgets from the Content Sidebar
- Go to Appearance > Editor > style.css
- Find the section that says:
.page-content {
margin: 0 auto;
max-width: 474px;
} |
.page-content {
margin: 0 auto;
max-width: 474px;
}
.page-content {
margin: 0 auto;
max-width: 990px;
} |
.page-content {
margin: 0 auto;
max-width: 990px;
}
My System Configuration
- WordPress 3.8
- Twenty Fourteen theme 1.0
References
David Lehman's System Administration Blog