MyBB Community Forums

Full Version: [new] 2 column subforums for MyBB with CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
WHERE IS ADDITIONAL CSS IN MYBB 1.6 THX
(2010-04-05, 02:37 AM)l053r Wrote: [ -> ]
Quote:......Admin CP=> Themes=> Edit/Delete=> Theme that you use => Additional CSS
.alt_forumlar {list-style: none; margin: 0; padding: 0;}
.alt_forumlar li {width: 50%; float: left;}


Beside the code above i followed the instructions and here are the results that i got.

Main Forum
. .SubForum1
. .SubForum2
. .SubForum3

[Image: testforum.jpg]

Now
1) how do i remove the black bullets?
2) how do i get 3 columns with 4 subforums in each of them?

I didn't do the CSS part, the one mentioned in the quotes above. I don't know a lot about CSS; do i add the code in quotes at the bottom of the

Admin CP >>>> Template & Style >>>> Themes >>>> "mytheme" >>>> global.css >>>> Edit Style Sheet Advanced Mode page?

and if so then i noticed that all the rest of the codes in the CSS are opend and closed with a container

For Example:

a:link {
color: #333322;
text-decoration: none;
}

Do i enclose the following code with some sort of container as well?

.alt_forumlar {list-style: none; margin: 0; padding: 0;}
.alt_forumlar li {width: 50%; float: left;}

with some container? I have MYBB 1.4.11 thanks in advance.
[/quote]

I have the same problem, can anoyone help me?
I have 1.6.x
Does this work on 1.8?
(2014-09-13, 11:54 PM)GamingCave Wrote: [ -> ]Does this work on 1.8?

Yes it does, see here - http://teamfod.com/forums/index.php
Pages: 1 2 3