mcs
New Member
Posts: 7
inherit
lewis@turek.co.uk
194996
0
Jun 7, 2013 13:42:09 GMT -8
mcs
7
June 2013
mcs
|
Post by mcs on Jun 6, 2013 10:02:16 GMT -8
Hi all, I'm new to ProBoards UI and I have a couple of questions that I hope you can help me with? 1) When looking at a list of threads in a forum, is it possible to make each row a bit shorter? There seems to be a lot of wasted white space. 2) Our Avatars are all getting chopped off at the bottom, is there a way to fix this? And secondly, the avatars seem abnormally large, can I restrict them all to be a smaller number of pixels? Thanks guys - really appreciate the help
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jun 7, 2013 3:43:38 GMT -8
Hi all, I'm new to ProBoards UI and I have a couple of questions that I hope you can help me with? 1) When looking at a list of threads in a forum, is it possible to make each row a bit shorter? There seems to be a lot of wasted white space. 2) Our Avatars are all getting chopped off at the bottom, is there a way to fix this? And secondly, the avatars seem abnormally large, can I restrict them all to be a smaller number of pixels? Thanks guys - really appreciate the help 1) To reduce or increase sizes of rows width on the thread list, you could go to your style sheet: Admin > Themes > Advances Styles & CSS > Style SheetGo down to approximately lines 928 - 932, and you should see: .threads .main { [b]width: 100%;[/b] text-align: @thread_align_subject; } .threads .created-by { [b]width: 0%;[/b] text-align: @thread_align_created_by; } .threads .replies { [b]width: 0%;[/b] text-align: @thread_align_replies; } .threads .views { [b]width: 0%;[/b] text-align: @thread_align_views; } .threads .latest { [b]width: 0%;[/b] text-align: @thread_align_last_post; } Your widths will be different to mine, because I have custom modifications to my theme. Just have a play with those to see if you can make them anything to your liking. This same method can be applied for the main page (and sub boards) too. Same place, just a different line. Line 903. 2) You may want to take a look at this: support.proboards.com/threads/recent/467270
|
|
mcs
New Member
Posts: 7
inherit
lewis@turek.co.uk
194996
0
Jun 7, 2013 13:42:09 GMT -8
mcs
7
June 2013
mcs
|
Post by mcs on Jun 7, 2013 8:25:26 GMT -8
Thank you so much Stinky666!
|
|