window.addEventListener("Sellify::Countdown::Resized", function(e){ if($(e.detail.holder).hasClass('position-top')){ const css = `header{top: ${e.detail.holder.offsetHeight}px}` if(document.getElementById('sellify-uct-custom-css')){ document.getElementById('sellify-uct-custom-css').innerHTML = css }else{ document.head.appendChild(sellify.uct.createHtmlElement('style', {id: 'sellify-uct-custom-css', type: 'text/css', innerHTML: css})) } } })
Countdown timer is overlaying header/menu? Print
Created by: Nivesh Saharan
Modified on: Wed, 26 Jun, 2019 at 5:23 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.