Cyberek wrote:User menu (Shopping bag, my account, sign up) or main menu (Home, Shop...)?
#gkHeaderNav {height: 100px;}
#gkLogo.text {position: absolute; left: 0px;}
#gkHeaderNav {position: absolute; right: 0px; padding-top: 80px;}
#gkTopMenu {margin: 0px;}
#gkMainMenu {padding-top: 80px !important; width: 50%; padding-left: 100px; border: none;}
Cyberek wrote:Try with this code in override.css:
- Code: Select all
#gkHeaderNav {height: 100px;}
#gkLogo.text {position: absolute; left: 0px;}
#gkHeaderNav {position: absolute; right: 0px; padding-top: 80px;}
#gkTopMenu {margin: 0px;}
#gkMainMenu {padding-top: 80px !important; width: 50%; padding-left: 100px; border: none;}
Now play with numbers to align it better.