Hello
I use the code
.gkMenu > ul > li > a { padding: 0px 0px 0px 10px; }
.gkMenu > ul {
float: right;
}
but the menu is behind the login button
I have to pull to the left, how can I do?
Thanks
Cyberek wrote:Could You please post an url to your site?
Cyberek wrote:Yeah, but that is not what I have asked . Could you please post an url to your site?
.gkMenu > ul {
margin-right: 120px;
}
.gkMenu > ul > li > a {
padding: 0 10px;
}