I am using image logo and added code below to overide.css file to display the logo in the centre when viewing pages on my website. I now have a problem with the menu items going off the screen, when scrolling down on my web pages, it displays fine only on the home page. Also, my logo doesn't display in the centre when Im on the home page. Please help
http://www.worldofelectronics.co.za/
- Code: Select all
#gkHeaderNav.static #gkLogoSmall {
top: -10%;
margin-left: -170px;
}
#gkHeaderNav.static.active #gkLogoSmall {
margin-left: 0px !important;
}