hi, is it possible to show only one menu item at the right end of the main menu (A)
Hey!
Use this CSS code to add some borders to the social bookmarks container:
#header_main nav .social_bookmarks {
border-left: 1px solid #d1d1d1;
border-right: 1px solid #d1d1d1;
margin-top: 0;
top: 0;
height: 100%;
}
#header_main nav .social_bookmarks li a{
line-height: 45px;
border-radius: 0;
}
To get an additional menu location there you’d need to mod the helper-main-menu.php file, if you don’t know how to do that it would be best to contact a provider from here.
Cheers!
Josue