I need to change the location of the Home button in the Main Menu as shown in the screenshot below.
Can you help?
Thanks
#gkMainMenu {float: right!important}
#gkMainMenu {padding-left: 10px}
[code]#gkMainMenu {padding-left: 10px!important;}[/code]
#gkMainMenu > div > ul > li > a {
padding: 0;
display: block;
height: 26px;
line-height: 28px;
font-size: 18px;
text-transform: uppercase;
color: #fff;
margin: 10px 0 0 0;
border-left: 1px solid #303030;
padding-left: 16px;
}
#gkMainMenu > div > ul > li > a {
padding: 0;
display: block;
height: 26px;
line-height: 28px;
font-size: 18px;
text-transform: uppercase;
color: #fff;
margin: 10px 0 0 0;
border-left: 1px solid #303030;
padding-left: 16px!important;
}