move widgets from footers in chunk theme

  • Unknown's avatar

    How do I move my widgets in the chunck theme from a footer to a side roll on the blog

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

  • Unknown's avatar

    Give this a try as a basic starting point.

    You will have to make a new header image 1010px wide by 140px high, upload it to your media library, get the URL of that image and then post it here so that I can work with it to get it places and keep it clickable as a return link to the home page.

    #container {
    position: relative;
    width: 1010px;
    }
    
    #header, #menu, #footer {
    width: 1010px;
    }
    
    #menu li {
    float: left;
    }
    
    .hentry {
    width: 600px;
    }
    
    img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-area img {
    max-width: 560px;
    }
    
    #widgets .widget {
    float: none;
    }
    
    #widgets .widget-area {
    width: 190px;
    }
    
    #widgets {
    border-top: none;
    position: absolute;
    right: 0;
    text-align: left;
    top: 465px;
    }
  • The topic ‘move widgets from footers in chunk theme’ is closed to new replies.