Recent Topics

1 Jul 24, 2007 02:07    

My b2evolution Version: 1.10.x

This is probably really dumb, but I'm new to coding, and it was all I could do to get this thing up and running lol

Can anybody tell me how to put some spaces between each blog entry? The comment links and such of one entry are right on top of the date/category info for the previous post. How do I add some space between the two? br tags? Where should I put them?

Any help or a link to another thread would be greatly appreciated.

2 Jul 29, 2007 20:32

Hi Kimmi,

Your blog has a skin. This skin has a name (if you are not sure, look in the backoffice).
On your host you have put all the files, probably through FTP. There you look for this file: ../blogs/skins/YOURSKIN/???.css where YOURSKIN is the name of your skin and ??? is the name of the file with the extention .css

In this file you find this code or similar:

.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}


The 2ex determines the space between two posts. If you make it larger, so will the space.

After changing and uploading, the blog will have changed.

Good luck


Form is loading...