PDA

View Full Version : Excess Space When Searching through a User's Posts


Amaury
01-09-2013, 07:28 PM
How can I fix the excess spacing between the date and time of a user when searching their posts?

http://i101.photobucket.com/albums/m62/AmauryGarcia/SearchResultsAmaury_zpsf3a8642a.png

Thanks in advance.

WorldCraft
01-09-2013, 08:48 PM
Add to additional.css

.postbit .postdate .time
{
margin: 0;
}

Amaury
01-09-2013, 09:40 PM
Add to additional.css

.postbit .postdate .time
{
margin: 0;
}


Thanks, bro. That worked. :)