Sol
New Member
Let's blow 'em away
Posts: 16
inherit
63414
0
Dec 7, 2014 11:11:31 GMT -8
Sol
Let's blow 'em away
16
November 2005
solarstorm
|
Post by Sol on May 2, 2013 23:41:03 GMT -8
Looking for a code that spaces categories and a code that removes the row that contains forum name, topics, posts and last post. Also a code to remove the Info Center title bar.
|
|
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 May 3, 2013 9:09:38 GMT -8
Spacing Categories:
Go to your Admin Area > Themes > Advanced Styles & CSS > Style Sheet, and add this line of CSS to the bottom of the file:
.container.boards { margin-bottom: 40px; } with '40px' changed to whatever height you want them to be spaced.
Removing Column Headers:
Go to your Admin Area > Themes > Layout Templates > Board > Board List, and delete this chunk of code:
<thead> <tr> <th class="icon"></th> <th class="main">Board</th> <th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th> </tr> </thead>
Removing Info Center Title Bar:
Go to your Admin Area > Themes > Layout Templates > Home, and delete this line of code: (line ~27)
<div class="title-bar"><h2>Forum Information & Statistics</h2></div>
|
|
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 May 3, 2013 12:04:29 GMT -8
Spacing Categories:Go to your Admin Area > Themes > Advanced Styles & CSS > Style Sheet, and add this line of CSS to the bottom of the file: .container.boards { margin-bottom: 40px; } with '40px' changed to whatever height you want them to be spaced. Woohoo thanks for the spacing categories one. Saves having to use the plugin
|
|
Sol
New Member
Let's blow 'em away
Posts: 16
inherit
63414
0
Dec 7, 2014 11:11:31 GMT -8
Sol
Let's blow 'em away
16
November 2005
solarstorm
|
Post by Sol on May 24, 2013 21:01:34 GMT -8
Need a index to find these, but I'd like a code to shrink and wrap the navigation bar around the banner image.
|
|