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
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;}[/quote]
with some container? I have MYBB 1.4.11 thanks in advance.