WordPress Tricks

WordPress Theme Chunk with sidebar in Homepage

Before i shared a post where i mentioned some CSS ticks to modify theme Chunk by Automattic

Mainly the Chunk theme doesn’t have sidebar at homepage .  Here i have shared you the modified theme chunk where  i have  added a sidebar  at the  left  so that u can show the widgets…. here is the   image of the modification..

 

 

Click here  to download the modified theme Chunk  by Automattic with sidebar at homepage

IF you need further modification.. pls do comments..and i will do my level best to help you.

25 thoughts on “WordPress Theme Chunk with sidebar in Homepage”

      1. Hi,
        if you install my modified theme then obviously ur previous changes will be overlapped..so pls take backup of ur previous theme/css. After installing this modified theme u can use ur previous changes there..

        Om

        Like

    1. Hi docmate..

      better u take backup of ur previous theme…… then remove it from ur host..then install the modified one… and u will be done..

      🙂

      let me know if u have any other question..

      Om

      Like

  1. This is exactly what I am looking for! I downloaded the modified theme, but now what? Really not sure what to do next. I am not using the self hosted version of WordPress. I used the hosted service from WordPress.com. Does that make a difference?

    Like

  2. What happened to my comments? They got deleted?

    I just wanted to thank you for providing this help with the Chunk theme and to ask how to get the sidebar to show up on all the pages.

    Thank you!

    Like

  3. I would also like to know how to adjust width of side bar area on home page. I can adjust the width on all the other pages but can’t figure out the home page.
    Thanks!

    Like

      1. I think there might be something wrong with this Comments section. This is my 4th time replying with my site url and it never posts to your site.

        My url is wp.3theorymusic.com

        Like

      2. Hi realdoyle
        I think you are searching for this code

        ** Home page Content Section width and Sidebar Widget section width of Theme Chunk

        .home div#contents #widgets .widget {
        float: left;
        padding: 80px 7px !important;
        width: 100% !important;
        }
        .home div#contents #widgets {
        float: left;
        width: 235px !important;
        }
        .home #post {

        width: 752px !important;
        }

        Like

  4. Thanks so much for this easy fix! I’ve been trying to modify the style sheet to display the new sidebar on the right instead of the left, but can’t seem to figure it out – any tips? I’d also love to know how to make the sidebar display on all pages (individual posts) instead of just the home page. ❤

    Like

Leave a comment