full width main menu

Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Wed Jan 07, 2015 9:20 pm
Reply with quote
Report this post
Hi,
I need help with making the menu as wide as the middle container. I have tried padding-left and right, I have tried margin-left and right, I have tried background-position syntax and I am using width: 100% but nothing has yielded my desired results. Here is the URL: http://192.185.154.195/~global/
Please review the attachment and see if you can help me by suggesting the correct CSS code which will help me make the main menu bar as wide as the middle container.
Thank you!
Kindest regards..
menu-bar-screen.jpg
User avatar
Senior Boarder

teitbite
Thu Jan 08, 2015 8:46 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkMainMenu {
    margin: 26px -50px 0 !important;
    padding: 0 50px;
}
User avatar
Moderator

GK User
Thu Jan 08, 2015 8:53 am
Reply with quote
Report this post
Thank you one thousand times, it worked!!!
User avatar
Senior Boarder

teitbite
Fri Jan 09, 2015 8:31 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron