override.css adds horizontal slider

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
Sun Jun 08, 2014 9:23 am
Reply with quote
Report this post
Theme isn't showing good in IE and FF, there for, i turned on override.css
with
Code: Select all
#gkPageTop {
position: absolute;
top: 0;
}


Now, i am getting horizontal slider.

Image
User avatar
Fresh Boarder

GK User
Sun Jun 08, 2014 12:56 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Sun Jun 08, 2014 8:59 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Mon Jun 09, 2014 3:32 pm
Reply with quote
Report this post
With compressed and cached css/js I can't help much - could you disable it?
User avatar
Moderator

GK User
Mon Jun 09, 2014 7:44 pm
Reply with quote
Report this post
Cyberek wrote:With compressed and cached css/js I can't help much - could you disable it?


Sorry, my bad.
Right away!
User avatar
Fresh Boarder

GK User
Tue Jun 10, 2014 7:29 pm
Reply with quote
Report this post
If you would like to stick menu to top of the page, use:
Code: Select all
#gkPageTop {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

#gkPageNav {
    margin-bottom: 0px !important
}

instead.
User avatar
Moderator


cron