fbpx
logo

Exercise Equipment for Your Home Workouts

Discover the best exercise equipment for your home workouts! From space-saving options to high-tech gear, find the perfect tools to elevate your fitness routine and create your ideal home gym setup..

The Ultimate Guide to Summer Reading

Looking for the perfect summer read? Look no further! Our ultimate guide to summer reading will help you discover your next thrilling page-turner.

Featured posts

© 2024 ALL RIGHT RESERVED ADVICE GURU
), then please use the "Add HTML Code" page, as this is a HTML code that links a JavaScript file. End of comment */ jQuery(document).ready(function( $ ){ if(jQuery(window).width()<768){ /* $(window).scroll(function(e){ var $el = $('.fixedElement'); var isPositionFixed = ($el.css('position') == 'fixed'); if ($(this).scrollTop() > 200 && !isPositionFixed){ $el.css({'position': 'fixed', 'top': '85vh'}); } if ($(this).scrollTop() < 200 && isPositionFixed){ $el.css({'position': 'static', 'top': '85vh'}); } }); */ var fixmeTop = $('.fixedElement').offset().top; $('.fixedElement').css({ position: 'fixed', top: '60vh', left: '0' }); $(window).scroll(function() { var currentScroll = $(window).scrollTop(); if (currentScroll <= fixmeTop) { $('.fixedElement').css({ position: 'fixed', top: '60vh', left: '0' }); } else { $('.fixedElement').css({ position: 'static' }); } }); } });