Floating/suspended menu?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Aug 03, 2013 1:38 pm
Reply with quote
Report this post
hi, im wondering how do i make the top menu float like the one on this site or the one on the Gamenews template, that whole to area, i tried looking for some plugins but they only let it float when you stroll down but i want to keep it floating. many thanks
User avatar
Fresh Boarder

GK User
Sat Aug 03, 2013 11:23 pm
Reply with quote
Report this post
i have manage to make those changes by adding 2 or 3 line here but i i havent been able to change the color of the text from the grey to white any help.

Code: Select all
#gkPageTop {
   background: #3299e2;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
   min-height: 45px;
   position: fixed;
   top: 0;
   height: 40px;
   z-index: 999;
}

#gkBannerTop {
   background: #1c1c1c;
   padding: 58px 40px 10px;
}
User avatar
Fresh Boarder


cron