MyBB Support

[Solved] sub-forums spacing

Submitted by Liq, , Thread ID: 2186

Thread Closed

RE: [Solved] sub-forums spacing

Liq
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
24
OP
29-03-2015, 08:08 PM
#5
29-03-2015, 08:00 PM
AmN Wrote:
You need to add this to global.css

.subforumicon {display: inline-block; }


And then open up forumbit_depth3 and then add a class to <a

like this

<a class="subforum"

and then again add this in global.css

.subforum {
display: inline-block;
margin: 0 4px;
}

increase 4px to suite your needs.

thanks dude that worked Smile

Users browsing this thread: 1 Guest(s)