Content/Header Width

  • Unknown's avatar

    Hi there,

    I’m using the Modularity Lite theme. Wondering if I can edit the content area width (it’s too wide for my taste), or alternatively reduce the width of the header. I’ve tried this in edit image/Crop but it resizes to the exact same size.

    Any chance I can do either of these?

    Thanks,

    Nick

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

  • Unknown's avatar

    Ha! Great blog idea!!

    This will adjust the home page, posts, and pages so they are 100px smaller than they were before:

    .container {
    	width: 890px;
    }
    .container-inner,
    #top,
    #footer,
    .span-24,
    div.span-24 {
    	width: 850px;
    }
    #header-image img {
    	width: 850px;
    	height: auto;
    }

    You can adjust the 890px and 850px values as needed if you want to make it smaller.

  • The topic ‘Content/Header Width’ is closed to new replies.