Menu align

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Mar 29, 2014 3:02 am
Reply with quote
Report this post
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
User avatar
Senior Boarder

GK User
Sat Mar 29, 2014 10:50 am
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Sun May 11, 2014 8:17 pm
Reply with quote
Report this post
I need to align the text so as not to get behind the login button and reduce the space between the menu, how can I do?

Thanks for your help

Cyberek wrote:Could You please post an url to your site?
User avatar
Senior Boarder

GK User
Mon May 12, 2014 6:29 am
Reply with quote
Report this post
Yeah, but that is not what I have asked ;). Could you please post an url to your site?
User avatar
Moderator

GK User
Mon May 12, 2014 10:10 am
Reply with quote
Report this post
I have already sent you PM, because the site is not finished...

Thanks

Cyberek wrote:Yeah, but that is not what I have asked ;). Could you please post an url to your site?
User avatar
Senior Boarder

GK User
Mon May 12, 2014 4:07 pm
Reply with quote
Report this post
Please use this code instead:
Code: Select all
.gkMenu > ul {
    margin-right: 120px;
}
.gkMenu > ul > li > a {
    padding: 0 10px;
}
User avatar
Moderator


cron