Poster+Comm name below usericon?

Oct 08, 2010 12:09

I've got a quick question here which, hopefully, can be easily answered ( Read more... )

entry usericon and username, paid accounts

Leave a comment

Comments 1

Try this anarano October 9 2010, 08:21:07 UTC
I've got a CSS workaround for you (it works in Firefox, IE and Opera; no guarantee for other browsers).

Search in your CSS for the section "Special friends page customization" and change/add the bold lines:

.userpicfriends {
position: relative;
float: left;
margin-left: 10px;
margin-top: 10px;
text-align: center;
font-family: Verdana;
font-size: 13px; font-size:0;
z-index: 15;
background: #fdfdfd !important;
padding-bottom: 5px;
padding-right: 8px;
}
.userpicfriends span {
font-size:13px;
}

> is there any way to move the username/comm
> from below the usericon to beside it...?

Yes, there is. But it also affects your other entries. If this is o.k. - here you go:

Search in your CSS the section "Special friends page customization" and replace it with following lines:

.date {margin-left:135px ( ... )

Reply


Leave a comment

Up