Recent Topics

1 Mar 09, 2009 07:12    

My b2evolution Version: Not Entered

Hello,

Does anybody know how to change the vertical alignment of the photos from bottom to top? Somehow, my photos appear at the bottom of the page. You can take a look at
http://www.l10ngettogether.com/blog4.php

Thanks!

2 Mar 09, 2009 07:27

Fiddle with changing style.css .bPost from clear:both; to clear:left;
You may have to fiddle with some margins as well.
That skin usually does not include the full right side menu panel :)

3 Mar 09, 2009 09:24

open your style.css and

change:

/* Styles for posts */
.bPosts {
	width: 800px;
	margin: 0;
float: left;
}

and:

p.baseline {
	text-align: center;
	font-size: 84%;
	padding: 6ex 0 4ex 0;
	margin: 0;
clear:both;
}

it should be fine

4 Mar 09, 2009 14:34

Thank you so much! Everything is fixed now! I love this forum!!


Form is loading...