Grisaille Theme- Widen column?

  • Unknown's avatar

    Hi there,

    I’m wondering if there is a way to widen the content column on my website. I’ve tried playing around with the width in #canvas, but this throws off the centering.

    If it is possible to widen the content column, is it also possible to widen the space reserved for the header? Basically, I would like the whole website to take up more horizontal screen space (if that makes any sense). I like the sidebars on either side of the content but on bigger screens, it’s a lot of blank space.

    Thanks so much!
    Taryn

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Taryn, let’s give this a try. It widens the overall theme by 200px and widens the content by that same amount. If this is good for you, you will also want to enter 790 into the Media Width field below the CSS edit area.

    #canvas {
        width: 1160px;
    }
    #header img {
        width: 1145px;
    }
    #primary-content {
        width: 825px;
    }
    #top-menu {
        width: 1145px;
    }
  • Unknown's avatar

    The above is based off of your current configuration of a single sidebar on the right.

  • Unknown's avatar

    That’s perfect– thank you very much! :)

  • Unknown's avatar
  • The topic ‘Grisaille Theme- Widen column?’ is closed to new replies.