MyBB Community Forums

Full Version: Header trouble and adding custom menu[ HELP NEEDED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello ..

i was trying to add some custom menu to the forum but i messed something up and have no idea how to fix it , you can see in the image below the menu shows vertically , but i want it to be horizontal and in center , so dont know how to fix this error , even reverted the template to its original state , did not helped Sad

[Image: 3354b4y.png]

and also there was a custom menu ont he top of the forum i also did something and it got disappeared so dont know how to bring it back

the url for the forum http://www.vendettagamingcorp.com/#!forums/cbkw

please help Sad
You have to set your display of list elements to "inline" instead of "block".
At the same time floating the items is useful.

ul li {float: left;}

Have some inspection in global.css for list styles defined. There is nothing to do with templates, only you can define a class for a list to target a specific menu from templates.
thanx for the suggestion mate ..

well i did changed the theme and modified by my own likings , now everything is perfect , thanx for the help