Top menu area slightly wider then main template

GK User
Fri Jun 29, 2012 4:19 pm
Hello, I noticed one thing in this template that the top menu area is wider by a couple pixels. I am wondering where I can change the top dimension to fix it so the top menu area is the same width as the main template. I noticed this on your demo as well and have not adjusted anything on my template to affect this being off. Thanks
User avatar
Fresh Boarder

GK User
Sat Jun 30, 2012 9:26 am
You can use below css override to override top section width. In demo it is 1000px so using 998px should be good if you think it is 1/2 px extra.

Add below code to templates/gk_templatename/css/override.css and enable css override in template settings > advanced settings > css override "on".
Code: Select all
#gkMainMenu {width: 998px!important;}


See you around...
User avatar
Platinum Boarder


cron