• Resolved Gha3mi.com

    (@aligha3mi)


    I was wondering if it is possible to customize the theme width so that it has a bigger width.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Please give a link to your site

    Thread Starter Gha3mi.com

    (@aligha3mi)

    Chad

    (@lynneandchad)

    Hi @aligha3mi!

    Try this CSS, and let us know if it does what you had in mind:

    @media screen and (min-width: 768px) {
        body.page .entry-header,
        body.single .entry-header {
            width: 800px;
        }
        .page .entry-content,
        .single .entry-content {
    	width: 944px
        }
    }

    If that’s not quite it, feel free to link directly to and example page on your site and describe which section you’d like to make wider!

    • This reply was modified 7 years, 9 months ago by Chad.
    Thread Starter Gha3mi.com

    (@aligha3mi)

    Thank you so much Chad,
    That’s good
    it is Working.

    @media screen and (min-width: 768px) {
    body.page .entry-header,
    body.single .entry-header {
    width: 100%;
    }
    .page .entry-content,
    .single .entry-content {
    width: 944px
    }
    }

    You’re welcome!

    I’m using Cubic (child theme of Boardwalk) and when you use this code it works but if you make it bigger (like 1100 instead of 944) it is no longer centered. My site is https://myboringchannel.com.

    Hi @dannydanny!

    It looks like you’ve switched themes since you posted this, so I didn’t run any tests. Let us know if you end up on Boardwalk and try this again ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to Change Post Width?’ is closed to new replies.