Change width lateral columns in theme LIFESTYLE

  • Unknown's avatar

    Hi to all i have a question how can change the width in the lateral columns ?

    Thanks

    oh sorry the theme is Lifestyle.,

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

  • Unknown's avatar

    There are a few different ways you could approach this. Here is an example showing how to increase the overall size of the wrap element and increase the far right sidebar by 100 pixels in the Lifestyle theme when it is setup to use the Content-Sidebar-Sidebar layout on the Appearance → Theme Options page.

    #wrap {
    width: 1060px;
    }
    
    #nav,
    #header,
    #subnav,
    .breadcrumb,
    #inner,
    #footer {
    width: 1020px;
    }
    
    .content-sidebar-sidebar #sidebar-alt {
    width: 220px;
    }
    
    #header {
    background-color: #6f2675;
    }
  • Unknown's avatar
  • The topic ‘Change width lateral columns in theme LIFESTYLE’ is closed to new replies.