Recent Topics

1 Jan 10, 2008 19:56    

My b2evolution Version: Not Entered

I am working with the Platinum skin and want to make the left column wider to eliminate some of the space in the middle.

Here is the blog: Home Design Sense Blog or http://www.homedesignsense.com/blog

Any suggestions? Thanks.

2 Jan 10, 2008 20:43

Try playing around with the following, but it was only a very quick look :)

.bPosts {
margin: 20px auto;
vertical-align: top;
float: left;
width: 70%;
background: #fff;
font-size: 100%;
padding-left:20px;
}
div.action_messages {
margin: 0 2ex;
}
.bPost, .bPostpublished {
margin: 0 auto;
width: 630px;background: url(img/sbbody-r.gif) no-repeat bottom right;
font-size: 100%;
overflow: hidden;
}

3 Jan 10, 2008 22:20

Ok. That worked; but now I have a white band running down the left side????

Any ideas on how to get rid of it or what I did or didn't do?

Home Design Sense http://www.homedesignsense.com/blog

Thanks

4 Jan 10, 2008 22:52

Yes, the background is an image so if you want to keep that image, there is a maximum width be it % or px, play around with those until it closes up enough to hide the white background behind the image

5 Jan 10, 2008 23:07

I guess I'm confused. What image is causing this?

7 Jan 10, 2008 23:24

Platinum won't stretch without stretching the actual images used. Trust me: I tried. In truth I did stretch it as much as was possible given the image dimensions, but yeah it always leaves an ugly gap on a big monitor. "Big" back in the day, but average now yah? At a minimum there is an image on top and bottom of the post, but wow it was crazy to figure out how the original creator did that style.

Alternatively, it would make a nice fixed width skin with the blank portion split on the left and right sides.

8 Jan 11, 2008 01:19

Thanks. I guess I will look at some of the other skins. Any suggestions (that will work with my images)?

9 Jan 11, 2008 01:43

Not too hasty. I made some custom images for you.

Replace /skins/platinum/img/sbhead-r.gif with [url=http://www.dev.hemminga.net/1103/skins/platinum/img/sbhead-r.gif]sbhead-r.gif[/url] and replace /skins/platinum/img/sbbody-r.gif with [url=http://www.dev.hemminga.net/1103/skins/platinum/img/sbbody-r.gif]sbbody-r.gif[/url]

I tested this for a width of 700 for .bPost:

/* Styles for posts */
.bPosts {
margin: 20px auto;
vertical-align: top;
float: left;
width: 700px;
background: #fff;
font-size: 100%;
padding-left:20px;
}
div.action_messages {
margin: 0 2ex;
}
.bPost, .bPostpublished {
margin: 0 auto;
width: 700px;
background: url(img/sbbody-r.gif) no-repeat bottom right;
font-size: 100%;
overflow: hidden;
}


width: 700px; is mentioned twice. Do test other pages like the comment page.

Good luck

10 Jan 11, 2008 22:54

OK. I finally got to make the changes you suggested and the graphics are fine. Thanks! Your help did the trick. Thank you Afwas! And; of course others who helped!!


Form is loading...