Mon, 2014-01-27 05:07
Greetings
I have a problem at my website where I'm trying to center the menu.
I would usually add a display: inline-block to the <ul>
, but that doesn't work in this case, because it ruins the layout of the dropdown.
How else can i center it without ruining the dropdown?
Cheers