Posts: 1625 Location: Magdeburg
Wed 20 Oct, 2010 11:42
oh an 1 more thing is it posible to change author (name,avatar ,rank etc) to left ,if yes can some show me what shlonf i modify?
Thanks
I don´t know this style, but can you try to change this:
OPEN
templates/knekz/knekz_blue.css
FIND
.post-author
{
text-align: center;
width: 175px;
float: right;
}
REPLACE WITH
.post-author
{
text-align: center;
width: 175px;
float: left;
}
MAybe this is all, but I am not quite sure.
Try it.