• Resolved mayakutis

    (@mayakutis)


    I am using the Argent theme for my site (not yet live) and I’d like to increase the width of the content area on each page. I’ve looked at other threads that say how to do it in the CSS but nothing works for me. I need this for each page, not necessarily for posts.

    Thanks for your help!

Viewing 1 replies (of 1 total)
  • Thread Starter mayakutis

    (@mayakutis)

    Nvm, I figured it out by pasting the following code into the CSS:

    .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 1 replies (of 1 total)
  • The topic ‘Increasing Content Area Width on Pages?’ is closed to new replies.