dano
New Member
Posts: 47
inherit
187678
0
Apr 20, 2013 15:23:39 GMT -8
dano
47
December 2012
dano
|
Post by dano on Apr 13, 2013 13:26:22 GMT -8
As you can see in this post I got my Avatar to fit, When doing this fix it messed up the Signature. Is there a way to move it to the right? Also the writing to the left?
|
|
inherit
(??_?)
181912
RIP RIP RIP Almost RIP - Why does this social section still exist?
0
1
Jul 6, 2015 20:35:17 GMT -8
CheatAreZee
56,804
March 2005
zyvoloski
Ricky's Mini-Profile
|
Post by CheatAreZee on Apr 13, 2013 14:11:14 GMT -8
Hi dano, Visit the style sheet for your theme, and find the following on line 1004: .posts .post .foot .signature { color: @posts_signatures_text_color; font: @posts_signatures_text_font; vertical-align: bottom; border: @posts_signatures_border; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 10px; margin-top: 10px; } Toward the end, add in the following: padding-left: 20px; margin-left: 15px; -- so it looks like so: .posts .post .foot .signature { color: @posts_signatures_text_color; font: @posts_signatures_text_font; vertical-align: bottom; border: @posts_signatures_border; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 10px; padding-left: 20px; margin-left: 15px; margin-top: 10px; } This should do the trick
|
|
dano
New Member
Posts: 47
inherit
187678
0
Apr 20, 2013 15:23:39 GMT -8
dano
47
December 2012
dano
|
Post by dano on Apr 13, 2013 18:45:46 GMT -8
Thanks Ricky that fixed the problem
|
|