hi i want to be able to make this header area sticky while visitor scrolls downwards... how to achieve that?
warylad Hi Add this code in custom.css file
.t3-header { position: fixed; width: 100%; z-index: 99; }