Changing content width on Argent theme page
-
I found this works. Thanks to mayakutis (@mayakutis)
I figured it out by pasting the following code into the Appearance/Custom CSS box:
.single-jetpack-portfolio .entry-header, .page-header, .single-jetpack-portfolio .entry-content, .page-content, .page .entry-meta, .single-jetpack-portfolio .entry-meta, .comments-area, .post-navigation, .posts-navigation {
margin-right: auto;
margin-left: auto;
width: 1000px;
}I just swapped out the default width of 660px with my desired width. Hope that helps others ??
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Changing content width on Argent theme page’ is closed to new replies.