Tagged: navigation
Hi,
Si there simple way to achieves this page of navigation without to much trouble?
Home | About | Products | MY LOGO | Locations | Help | Contact
Thanks,
D
Hi dhuet!
So your just trying to put your logo in the middle with the menu on either side correct? It would take some CSS editing. Send us a link to your page and we’ll take a look.
Best regards,
Elliott
thank you!
Hi!
Add this to your custom CSS.
#header_main_alternate {
border-top: 0 none !important;
top: -70px;
}
#menu-item-5237 {
margin-right: 90px;
}
Cheers!
Elliott
Bingo! Right on target.
Thanks Elliot!