inherit
64071
0
Aug 8, 2020 18:39:36 GMT -8
Kitezer
161
November 2005
kitezer
|
Post by Kitezer on Jun 7, 2013 23:07:48 GMT -8
As the title says, I can't find the exact spot I need to center Board Titles, Board Descriptions and Sub-Boards on the main page. Any help of where to locate this would be much appreciated.
|
|
inherit
64071
0
Aug 8, 2020 18:39:36 GMT -8
Kitezer
161
November 2005
kitezer
|
Post by Kitezer on Jun 9, 2013 7:47:48 GMT -8
bump
|
|
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 9, 2013 18:59:26 GMT -8
Easiest way to center them would most likely be in the layout templates: Admin > Themes > Layout Templates > Board > Board List
Line 17 <span class="link" style="text-align:center;">$[board]</span>{if $[board.num_viewing]}<span class="viewing" style="text-align:center;"> - $[board.num_viewing] Viewing</span>{/if}<br />
Line 18 <p class="description" style="text-align:center;">$[board.description]</p>
Line 27 <p class="sub-boards" style="text-align:center;">
Just add the blue. If you have moderators displaying too, you will need to do it for that otherwise obviously it'll look strange.
Mods line 20 <p class="moderators" style="text-align:center;">
|
|