• yankeesdaily

    (@yankeesdaily)


    If you look at my webpage, Yankeesdaily.com, there’s a big space between where my posts are and where the right side bar is. I’d like to widen it out so where my posts go can reach near the right side bar. When I post pictures, they get cut off. Any idea how to fix this?

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter yankeesdaily

    (@yankeesdaily)

    Yeah, hello? Is anyone here?

    kianoro

    (@kianoro)

    your pictures are being cut off just because thoose pictures are probably bigger then your theme`s space. resize your pictures and center them.

    what do you want? to decrease the space beetween your posts and sidebar so that the sidebar would go or your posts to go to the sidebar?

    look into your style.css for anything related to middle

    if you want my opinion is more elegant the way it is now.

    Clayton James

    (@claytonjames)

    I’ll give you this just so you can chew on it for a while.

    The width of that area is being defined by this in your style sheet;
    .middle {
    margin-top:10px;
    line-height:16px;
    margin-left:10px;
    float:left;
    width:510px;
    border:3px solid #f3f3f3;
    overflow:hidden;
    padding:10px;
    font-size:11px;
    }

    See the part that says, width:510px; ?

    Play with 510px until you’re happy with it.

    Michael

    (@alchymyth)

    edit style.css of your theme and change the width in .middle from 510px to 585px :
    .middle { margin-top:10px; line-height:16px; margin-left:10px; float:left; width:585px; border:3px solid #f3f3f3; overflow:hidden; padding:10px; font-size:11px; }

    Clayton James

    (@claytonjames)

    if you want my opinion is more elegant the way it is now.

    It stinks. It’s a quasi-fluid design that does not flow properly. The design is destroyed in 1680×1050 res and above.

    kianoro

    (@kianoro)

    only if you want my opinion…

    opinion = a personal belief or judgment that is not founded on proof or certainty; “my opinion differs from yours”;

    Michael

    (@alchymyth)

    @claytonjames:
    you are right, it is even worse on a narrow screen.
    I didn’t take the time to check this.

    @yankeesdaily:
    forget my suggestion ??

    Clayton James

    (@claytonjames)

    Just one of those themes… sometimes you find one that just gets completely destroyed at high res.

    @kiano.ro

    No offense intended. I simply used your quote. You are certainly entitled. My abruptness was in response to the op’s attitude in another thread I posted in, not to your opinion. My apology if I offended.

    kianoro

    (@kianoro)

    @claytonjames and @alchymyth – why are you distroying this man’s happiness about his blog? let him choose and use whatever he wants. positive opinions are welcomed but the negative one doesn`t bring anything good.

    @claytonjames – no problem. it happends.

    Thread Starter yankeesdaily

    (@yankeesdaily)

    Wow. Thanks so much. I wasn’t expecting this much help. I did what you said to do, Clayton James and I moved the width to 640. Thanks again.

    Clayton James

    (@claytonjames)

    Thread Starter yankeesdaily

    (@yankeesdaily)

    Thanks kiano and alchymyth as well.

    kianoro

    (@kianoro)

    seems like our yankees fan doesn`t care about the opinions on this thread. good boy yankessdaily. don’t pay attention to us. we are all drunk ??

    @claytonjames – i understand now!

    Clayton James

    (@claytonjames)

    Umm, are you outside my window? Was that you?

    ??

    kianoro

    (@kianoro)

    @claytonjames, do you have the scotch? i can’t find it anywhere…

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘How do I close the space between page and right side bar’ is closed to new replies.