• Resolved tavaresv

    (@tavaresv)


    Right now when I view the theme about 1/4 of my screen’s real estate is blank as I can not adjust the two margin columns nor the center column.

    Is there a way to do that?

Viewing 1 replies (of 1 total)
  • @tavaresv,

    You certainly can change the entire width by adjusting max-width value for .wrap but you may also need to adjust width of many other elements too.

    What about keeping the width but centring the whole layout? That would be easier.

    .wrap {
    margin: 0 auto -1em;
    }

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘changing entire theme width’ is closed to new replies.