Viewing 5 replies - 1 through 5 (of 5 total)
  • You would first have to increase the width of the site wrapper (#page) and then increase the width for .narrowcolumn by the same amount.

    Thread Starter dharper79

    (@dharper79)

    Where can I find those?

    In your theme’s stylesheet.

    Thread Starter dharper79

    (@dharper79)

    Thanks for the info. I looked at my stylesheet and the code I found was:

    #page{
    float: left;
    width: 839px;
    margin: 0 0px; 5px 0;
    color: #000;}

    I played with the width for that and narrowcolum, but it did not work. Any other suggestions?

    Dave

    starting at the top of style.css:

    #container
    #page
    #header
    .columns-wrapper
    .narrowcolumn
    #footer
    ul#Nav

    in each of these styles increase the width by the amount of px by which you want to widen your content column.

    (there might be background images, which may need to be edited with some graphic’s program – not checked)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't Figure Out How To Widen The Center of This Theme’ is closed to new replies.