Recent Topics

1 May 26, 2008 22:00    

My b2evolution Version: Not Entered

Hi everyone,

I can usually find my way around CSS files but I've drawn a blank here.

What I'm trying to do is align the main column of the blog in the evopress skin with the left of header image. I think it must be padding - e.g. the class "actions_left" for the top menu has a padding of 4px.

Does anyone know the style(class) for the main column so that I can change the alignment of the main column within the page :?:

Many thanks in advance,

msam

2 May 26, 2008 22:09

change this:

.narrowcolumn {
float: left;
padding: 0 0 20px 45px;
margin: 0px 0 0;
width: 450px;
}

to

.narrowcolumn {
float: left;
padding: 0 0 20px 25px;
margin: 0px 0 0;
width: 450px;
}

if i got you right, this will do i guess

3 May 26, 2008 22:24

Hi tilqicom,

That will do (and did) just fine - many thanks!

Pretty odd calling the widest column "narrowcolumn". I'll have to start drawing myself a layout map for this skin.

msam

4 May 26, 2008 22:45

It's the narrow version of the main column. On single post pages the same content goes into widecolumn ;)


Form is loading...