inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Dec 30, 2015 9:19:12 GMT -8
How do I control the height of a board?
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Dec 30, 2015 11:05:18 GMT -8
By height of a board, do you mean on the main forum page--the board list?
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Dec 30, 2015 12:03:14 GMT -8
By height of a board, do you mean on the main forum page--the board list? yes
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Dec 30, 2015 13:00:59 GMT -8
Add this to the bottom of your CSS
.boards table.list .board > td { height: 150px; max-height:250px }
change the height to the height you want it to be defaultly, then change the max-height value to the max height you'd like to have.
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Dec 30, 2015 15:31:44 GMT -8
Add this to the bottom of your CSS .boards table.list .board > td { height: 150px; max-height:250px } change the height to the height you want it to be defaultly, then change the max-height value to the max height you'd like to have. Thanks
|
|