MyBB Support

[Solved] sub-forums spacing

Submitted by Liq, , Thread ID: 2186

Thread Closed
Liq
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
24
29-03-2015, 07:52 PM
This post was last modified: 29-03-2015, 08:46 PM by Sozin
#1
for some reason my sub-forums has a space on the board index page.

FIXED.

RE: [Solved] sub-forums spacing

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
29-03-2015, 07:56 PM
#2
Then post the template here.

RE: [Solved] sub-forums spacing

Liq
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
24
OP
29-03-2015, 07:58 PM
#3
29-03-2015, 07:56 PM
BOOBS Wrote:
Then post the template here.

what template do you want? sorry i'm still a newbie with mybb Tongue

RE: [Solved] sub-forums spacing

Sozin
Nan Ihier Gelair Mordor
Divine
Level:
0
Reputation:
91
Posts:
2.33K
Likes:
375
Credits:
11K
29-03-2015, 08:00 PM
#4
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.
Do not let your difficulties fill you with anxiety, after all it is only in the darkest nights that stars shine more brightly. - Ali(a.s)

Developer( PHP, Python, C++, HTML+CSS, JS I am available for Hire. Message Me for details.

1

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)