I created a simple Team Site collection.
The top navigation has four tabs: MP Team Site, MP Page 1, MP Page 2, and EDIT LINKS.
I created a simple HTML page and converted it to muster page.
I inserted Top Navigation Snippet and created css file in the Style Library with the following classes:
li.static {
background:#bde1ea;
text-align: center;
height:61px;
font:24px Arial, Helvetica, sans-serif;
color: navy;
vertical-align:middle;
}
li.static > .ms-core-listMenu-item {
margin-right:10px;
margin:0px 0px 0px 0px;
vertical-align:middle;
margin-left:10px;
}
ul.static {
background:#bde1ea;
vertical-align:middle;
}
The MP Team Site is aligned in the middle of Navigation menu but all others not.
I tried to overwrite a lot of classes but nothing worked.
What classes I have to overwrite to align the tabs in the middle of Navigation?
Thank you in advance for any help.
bnossov