I'm trying to add a new menu horizontally across the top. I'm using the header module but just putting a menu you there makes it vertical. I found how to do it in overide.css in another forum but the css is all messed up. I intentionally made the font larger but I would like to have it look just like the horizontal menu above it and functionality with the submenus as the main menu does. Any help would be appreciated.
Here's a link to the site:
http://www.anderson2xlaw.com/Here's the code I have added already to the overide.css:
- Code: Select all
#gkHeader ul.menu li {
padding: 10px 0;
float: right;
margin-right: 10px;
font-size: 18px
}
#gkHeader ul.menu li:hover > a {
padding-left: 0px !important;
}
Thank you in advance for your help