Main Menu Center

Started by Bobby Z, August 14, 2016, 08:04:46 AM

Previous topic - Next topic

Bobby Z

Hello. I 'm using My Lee skin and trying to make main_menu go center.
This is my .css code:

padding: 0;
float: left;
margin: 0.5em 0;
margin-left: 16px;
width: 98%;


Ive tryied few ways via web but nothing worked. Any suggestion? Thank you.

Antes

Remove float: left; from #main_menu & .dropmenu li then add this to end of your css.

#main_menu {
text-align: center;
}
.dropmenu li {
display: inline-block;
}
.dropmenu li li {
text-align: left;
}

Bobby Z

Thank you for replying @Antes.

I tryied with your code but did not work.

Here my index.css


Antes


Bobby Z

Im running it via WAMP to edit this theme.

Advertisement: