Recent Topics

1 Feb 17, 2009 21:07    

My b2evolution Version: Not Entered

I’m using the evopress skin with a few minor tweaks, mostly changing the size of the columns and the fonts. The skin is more or less as I want it, but when a single post is displayed the left margin is not what I'd like.

Here’s a single post:

http://www.markcassino.com/b2evolution/index.php/cat32/snow-mixed-with-rain-1

The text is right up against the gray bar on the left. I’d like it to be just 2 spaces to the right. The multi-post pages display that way, but I can’t figure out what to change in the .css file to move over the margin on the single post display.

It’s probably ridiculously simple – any suggestions?

Thanks –

MCC

2 Feb 17, 2009 23:32

In style.css look for and edit as follows or to suit...
.widecolumn .post {
margin-left: 12px;
}

3 Feb 18, 2009 06:08

Many thanks! That did it. I somehow managed to put a 0 in there. 12px works perfectly.

- MCC


Form is loading...