MyBB Community Forums

Full Version: Problem with display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I've made a custom dropdown menu with a seperate css file which I'm going to use in the navigation, for example the "header_welcomeblock_member".

Now, how do I center it? Doesn't seem to work, I've tried a couple of ways. I managed to get it a little bit to the right but it's still not centered.

Thanks.
what ways have you tried?
In your CSS, try adding:
text-align:center;

If that doesn't work, trying adding this to the element that holds the menu -
align="center"
I got it working, thanks!

I got another problem, in firefox it looks all good but in IE, all text are bold and there are spaces between the sections. What can it be?