How to center main menu
-
Hi,
I would like to know how to center main menu.
I now have this code in my default.css:#site-navigation {
clear: both;
display: block;
display: inline-block;
padding-bottom: 0px;
border: none;
margin-top: -15px;
text-align: center;
float: left;
font-family: “Open Sans”, Arial, Helvetica, sans-serif;
font-weight: lighter;}
#site-navigation ul {
float: right;
list-style: none;
margin: 0;
padding-left: 0;
padding-bottom: 0px;}
Thanks a lot!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to center main menu’ is closed to new replies.