• Hi: we are looking to use a width of 1260px for a site with twenty twelve. The current default is 960px and the theme wants to crop a larger banner image to that size. Where can I change the default to 1260px in the theme, in a way that won’t break at the next update? Thanks!

Viewing 1 replies (of 1 total)
  • anibabbar

    (@rockersofarena)

    .site {
    margin: 0 auto;
    max-width: 960px;
    max-width: 68.571429rem;
    overflow: hidden;
    }

    you can find this code in style.css file somewhere around 173 line number and then change max-width from 960 to 1260 and 68.57429 rem to 90rem.

    Twenty twelve elements are defined in percentages so your theme will work perfectly without any issues !!

    Regards
    Anirudh

Viewing 1 replies (of 1 total)
  • The topic ‘How to resize twenty twelve theme width?’ is closed to new replies.