Hi, thanks for the purchase.
1) The header sticky(position fixed doesn’t work well for some mobile browsers ) is disable for mobile, but you could enable it by :Please login wp-admin, go to Appearance / Theme Options / Custom Css
Paste the style code to Custom Css:
body.header-sticky.header-scrolling #header {
-webkit-transform: translateY(-80px);
-moz-transform: translateY(-80px);
transform: translateY(-80px);
}
body.header-sticky.header-scrolled #header {
position: fixed; z-index: 9999;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
2) Please try to upgrade the Air theme to latest version, the slide template was fixed on v1.5.0. Your site runs the v1.4.1.
Regards!
Bwsm – uiueux.com – Twitter – Facebook