How do I slow down the animated numbers count? Looking to have this change at a much slower rate.
Also, my link in the menu next to the logo seem to be off centered when you mouse over it. Is there an adjustment/fix?
Hi!
refer to this answer: https://kriesi.at/support/topic/animated-numbers-speed-2/#post-391997
I can only see: “Maintenance mode is on. Website will be available soon”
Cheers!
Andy
My apologies. Please take a look now. I’ve found a solution for the the numbers, but I’m having issues with the menu overlapping the logo as I adjust the screen. And the mouse over for the last link seem to be off centered.
Lastly, regarding the slider on the homepage, in the mobile version the slider buttons (ex. learn more…) are hidden. Is there a way to adjust or disable the slider in mobile version all together?
Hi.
Please try the following in Quick CSS to activate the mobile menu earlier:
@media only screen and (max-width: 1150px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
I couldn’t see any buttons on your slider, did you remove them?
Regards,
Rikard