inherit
190762
0
Feb 28, 2015 20:34:02 GMT -8
Silverwolfabyss
33
March 2013
silverwolfabyss
|
Post by Silverwolfabyss on Jun 23, 2013 15:10:29 GMT -8
So, I am looking to alter my main page a bit. The left most cell of the boards is for New/Old icons. It is occupied by the .icon class. I have figure out how to place my board names in that section (which was easy enough) however, I am having the hardest time figuring out how to edit the width of that cell. I can't seem to locate the appropriate .icon in my CSS.
Anyone have any suggestions?
|
|
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 23, 2013 17:45:56 GMT -8
Silverwolfabyss, in your style sheet, on approximately lines 852 to 855 you should see: .boards .main { width: 59%; text-align: @board_align_main; }.boards .threads { width: 9%; text-align: @ board_align_threads; white-space: nowrap; } .boards .posts { width: 8%; text-align: @ board_align_posts; white-space: nowrap; } .boards .latest { width: 20%; text-align: @ board_align_last_post; } Reduce the width of the .boards .main So instead of it being 59% (yours will most likely be different to mine), change it to be a lower number.
|
|
inherit
190762
0
Feb 28, 2015 20:34:02 GMT -8
Silverwolfabyss
33
March 2013
silverwolfabyss
|
Post by Silverwolfabyss on Jun 23, 2013 19:00:45 GMT -8
I tried that before and it was hating me lol Of course I think i was attempting larger numbers. Thank you so much, you and Brian so far have saved my rear so many times
|
|