inherit
190352
0
Feb 7, 2018 3:14:57 GMT -8
strewth78
118
February 2013
strewth78
|
Post by strewth78 on Feb 26, 2013 4:11:46 GMT -8
this is the column where the avatars sit alongside each post in a thread. Ive reduced the max size of the avatar, but this doesnt then reduce the width of this column how can i do this?
thanks
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Feb 26, 2013 8:50:40 GMT -8
Go to your style sheet (Admin Area > Themes > Colors & Styles > Style Sheet) and search for the following line: (roughly line 980)
.posts .post .left-panel { width: 172px; vertical-align: top; }
Change the width here to change the amount of space the left column has.
If you want to change the amount of space the mini-profile takes up, find the following line: (roughly line 1143)
.mini-profile { color: @mini_text_color; font: @mini_text_font; background: @mini_background; border: @mini_border; .rounded-corners(@mini_border_radius); text-align: @mini_text_align; overflow: hidden; padding: 13px 10px; width: 150px; }
and change the width here as well.
|
|
inherit
190352
0
Feb 7, 2018 3:14:57 GMT -8
strewth78
118
February 2013
strewth78
|
Post by strewth78 on Feb 26, 2013 11:10:05 GMT -8
"left-panel"!!!
...thanks. Only, now my Avatar isnt centered. The line directly under the first one you posted offers a padding-left for the content but not the left-panel, so I cant see where I can reduce the padding to the avatar. Any ideas? thanks again.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Feb 26, 2013 11:57:06 GMT -8
If I understand what you're talking about, try changing the padding from the second code block I posted.
|
|
inherit
190352
0
Feb 7, 2018 3:14:57 GMT -8
strewth78
118
February 2013
strewth78
|
Post by strewth78 on Feb 26, 2013 12:35:57 GMT -8
got ya... sorry, my bad.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Feb 26, 2013 14:14:57 GMT -8
No problem.
|
|