How can I get the menu bar to extend fully

GK User
Sun Jun 24, 2012 2:10 pm
How can I get the menu bar to extend fully left and right so that it lines up with the outer edge of the template?

http://www.georgeanderson.me

Thanks
George
User avatar
Expert Boarder

GK User
Sun Jun 24, 2012 2:25 pm
Hi George,

This is not possible as it would require to customize layout file which I can't assist you with.

Cheers,
User avatar
Platinum Boarder

GK User
Sun Jun 24, 2012 2:36 pm
Okay, how about simply increasing the padding of the menu items so that they are not so far to the left?

Thanks
George
User avatar
Expert Boarder

GK User
Mon Jun 25, 2012 1:26 pm
Please try this code:
Code: Select all
#gkPageTop.dark {
    padding: 39px 5px 0!important;
}

However the logo will be moved as well.
User avatar
Platinum Boarder

GK User
Mon Jun 25, 2012 2:06 pm
Hi Don. The menu li's also move so I would have to add padding.

Thanks
George
User avatar
Expert Boarder

GK User
Mon Jun 25, 2012 3:57 pm
What do you mean George? Doesn't that help?
User avatar
Platinum Boarder

GK User
Mon Jun 25, 2012 4:06 pm
Hi Don. It works great thanks but the menu text will need some padding
User avatar
Expert Boarder

GK User
Mon Jun 25, 2012 4:11 pm
So try this one instead:
Code: Select all
#gkPageTop.dark {
    padding: 39px 5px 10!important;
}
User avatar
Platinum Boarder


cron