Support » Themes and Templates » Change the width of Depo Skinny theme

  • Is there a simple but neat way of changing the width of the Depo Skinny theme (http://powazek.com/depo-skinny)?

    I’ve played with the CSS a little but things tend to get messy rather quickly, obviously due to my inexperience with coding.

    I’d like to make the content column 960 px wide and then have the columns in the footer stretch so that (between them) they cover that width as well.

    If anyone can offer any advice or a simple solution that would be fantastic.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • yes,

    I the style.css file play with the number.

    .container {
    text-align:center;
    margin: 0 auto;
    padding: 0;
    width: 500px;

    Simply do it by changing property “width” in appropriate ID (which is controlling the width of your whole PAGE) of your style.css

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the width of Depo Skinny theme’ is closed to new replies.