• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Change content width

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Change content width

This topic is: not resolved

Tagged: width full

  • This topic has 1 reply, 2 voices, and was last updated 13 years, 1 month ago by sarag.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • June 14, 2013 at 7:29 pm #46011
    laurensdhaese
    Member

    Hello,

     

    On this website I use a home page, and the three articles posted on the home page with full-width. For the blog posts I use content/sidebar.

     

    My question is:

    How can I change the width of the content  of the homepage from 1140 to lets say 1000px   and the width of the three other pages to 720px?

    And of course I want to keep the content centered.

     

     

    Hope someone can help me out...

     

    Thanks is Advance,

    Laurens

    http://firstbackpain.com
    June 22, 2013 at 9:10 am #47177
    sarag
    Member

    In your stylesheet you will need to make a couple of changes

    First you will need to change the wrap width

    .wrap {
    margin: 0 auto;
    max-width: 1140px;
    }

    To

    .wrap {
    margin: 0 auto;
    max-width: 1000px;
    }

    For the Homepage you have to change

    .full-width-content #content {
    border: medium none;
    padding: 25px 0;
    width: 1140px;
    }

    To

    .full-width-content #content {
    border: medium none;
    padding: 25px 0;
    width: 1000px;
    }

    For the pages you will need to change
    .content-sidebar #content, .sidebar-content #content {
    width: 810px;
    }

    To

    .content-sidebar #content, .sidebar-content #content {
    width: 720px;
    }

    .sidebar {
    display: inline;
    float: right;
    font-size: 14px;
    padding: 25px 0 0;
    width: 250px;
    }

    TO

    .sidebar {
    display: inline;
    float: right;
    font-size: 14px;
    padding: 25px 0 0;
    width: 200px;
    }

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble