• Resolved lmrhummer

    (@lmrhummer)


    Hello, I’ve decided to use chunk theme as a website and only use the post appearance on the blog section of my site. I’ve figured out how to remove all of the left sidebar except for a 1-2px piece of the border that would be the top of the border that appears on the left side. Any idea what I’m missing? My site is 500designs.com. Thanks!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Remove border-left: 1px solid #CCCCCC; from:

    #contents {
        background-color: #FFFFFF;
        border-left: 1px solid #CCCCCC;
        height: auto;
        margin-left: 199px;
        padding-bottom: 10px;
    }

    in style.css

    Thread Starter lmrhummer

    (@lmrhummer)

    Ah, how could I have missed that? Thank you! I just added a different content type to the CSS omitting that code for the customized page templates, so that the blog page will still display the border.

    Glad I could help 🙂

    lmrhummer, your site looks great! i am also using Chunk theme, and am wondering if you’d mind sharing how you were able to delete your sidebar altogether. even using firebug to look at the code on your site, i can’t manage to figure it out.

    or if anybody else can chime in, that’d be much appreciated.

    thanks!

    Thread Starter lmrhummer

    (@lmrhummer)

    Hi Roseanneluvr, my apologies for the delay. In editor – content.php – I removed the following code:

    <div class=”date”>“><?php the_time( ‘M d Y’ ); ?></div>
    <?php endif; ?>
    <?php if ( comments_open() || ( ‘0’ != get_comments_number() && ! comments_open() ) ) : ?>
    <div class=”comments”><?php comments_popup_link( __( ‘Leave a comment’, ‘quintus’ ), __( ‘1 Comment’, ‘quintus’ ), __( ‘% Comments’, ‘chunk’ ) ); ?></div>
    <?php endif; ?>
    <span class=”cat-links”><?php the_category( ‘, ‘ ); ?></span>
    <?php edit_post_link( __( ‘Edit’, ‘chunk’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
    </div>

    Good luck — I hope that works for you!

    judebay

    (@judebay)

    Ouch just did that and now can’t log back into my wordpress.org site? Have seemed to lost all my pages but yes the ‘comments’ has gone but at the expense of losing the blog. How do i get back in?? It seems there the no way back there as every time i load my blog up in URL there is no dashboard…ouch! please help!

    judebay

    (@judebay)

    Yes this is a problem i have lost my ability to enter into my blog from changing the css above. Please respond asap on this issue as my site is now down!!!!

    judebay

    (@judebay)

    I just can’t get into my wordpress blog at all!

    Hi Guys I’m trying to also remove that ugly left side section from this theme. Im new to wordpress. Question: Where is the in “style.css” that esmi talked about to put that code?

    Do I need to purchase the Custom design thing in themes?

    Thanks so much!

    @dallaskolotylo

    please post a link to your site to illustrate what you have so far.

    if you are using WordPress.org for your self-hosted site, you don’t need to purchase anything to edit style.css;
    if your site is with WordPress.com, ask at http://en.forums.wordpress.com/

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Remove Side Bar in Chunk Theme’ is closed to new replies.