• Hi,

    I’ve got another question. I’m currently using the Twenty Ten theme and while I’ve already had some awesome help (Thanks!) I need a bit more. I’d like to make my sidebar larger to accomodate some ads I’m running, I can’t figure out how to do that, what code to look for or what to change. If anyone can help I’d greatly appreciate it!

    Also, if there is an easier template to work with that is of similar design I’m open to suggestions.

    Thanks so much!!!

    http://www.ourfamiystone.org

Viewing 5 replies - 1 through 5 (of 5 total)
  • style.css:

    #primary, #secondary {
    float:right;
    overflow:hidden;
    width:220px;
    }
    Thread Starter ourfamilystone

    (@ourfamilystone)

    I found that but as soon as I adjusted the width my sidebar completely disappeared. Is there something I need to change before that works?

    You’ll also need to to reduce the main content area by the same amount.

    Have a look at this post, read the topic contents and consider using a child theme.

    The style changes from 220px to 250px would be added to style.css are:

    #container {
    	margin: 0 -250px 0 0;
    }
    #content {
    	margin: 0 310px 0 20px;
    }
    #primary,
    #secondary {
    	width: 250px;
    }

    HTH

    David

    Thread Starter ourfamilystone

    (@ourfamilystone)

    I took a look at the child theme and it left me confused. I’m sure if I took some time I could figure it out. The other advice helped and I made my sidebar larger, but the other thing I was wondering, is how to get my title centered? I’ve tried and again I can’t get it.

    I may try the child theme but I’ve done so much work already I’m afraid of losing it all if I goof us on the theme change 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Twenty Ten width help soon please!!’ is closed to new replies.