is it possible to create a navigation menu on top with logo center on the navigation and 2 menu links on his left and 2 others on his right like this :
Art Commercial Personnal Logo Education Contact
Thanks
]]>.main-navigation ul.nav-menu {
text-align: center;
}
Since upgrading to WP 4.5 and 2012 2.0 the navigation bar is aligned to the left. How can I get it centered again?
Thanks
]]>I would love to center the navigation bar on my site … I am using storefront.
1-diez.com
Thanks
]]>5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
display: block;
width:100%;
position:relative;
min-height:50px;
border-radius:5px 5px 0 0;
background:url(images/menu_bg.png) left bottom;
text-align:center;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
letter-spacing:-4px;
word-spacing:-4px;
}
.main-navigation li {
float: left;
position: relative;
height:100%;
display:inline-block;
letter-spacing:normal;
word-spacing:normal;
}
.main-navigation li:first-child {
border-radius:5px 0 0 0;
}
.main-navigation li:first-child a {
border-radius:3px 0 0 0;
}
.mr li:first-child {
/*background-color:#09F;*/
}
.main-navigation a {
text-decoration: none;
position:relative;
height: 100%;
display: block;
line-height: 45px;
color: #F5F4F3;
font-size: 18px;
}
.main-navigation ul ul {
text-align: center;
position: absolute;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul {
left: 100%;
}
]]>https://empoweredhealingmassage.com
How on earth do I center the Navigation Menu please…
Thank you
]]>Thanks in advance!
]]>text-align: center; and float: left; don’t work.
TIA
]]>