Menu "jumps" in chrome and edge

Sep '13 Joomla Template
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 Sep 25, 2016 6:03 pm
Reply with quote
Report this post
Hi, I ve installed Cloudhost for Joomla 3 and got a big problem : when looking in Firefox, everything's ok. But when looking in Chrome or Edge, the main menu is "jumping" when you scroll....
I've installed "quick start" in Xampp and see the same trouble.... Have you a solution ?
The site is here : http://controlsys.fr/index.php/fr/

Thx
User avatar
Junior Boarder

teitbite
Mon Sep 26, 2016 12:12 pm
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
#gkMenuWrap.active {
    position: fixed;
    top: 0 !important;
}
User avatar
Moderator

GK User
Mon Sep 26, 2016 3:19 pm
Reply with quote
Report this post
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkMenuWrap.active {
    position: fixed;
    top: 0 !important;
}


Thanks for your answear, I found a solution by copy/past the elements of another website I've done with Cloudhost (old but up to date) and that's ok.
But I will try this solution on the quickstart site with xampp....
User avatar
Junior Boarder

teitbite
Tue Sep 27, 2016 11:47 am
Reply with quote
Report this post
Hi

Ok. Let know if it worked please.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.