how do i make the header of ja property affix top or stay on top?
this is the class="container-inner clearfix" but dont know how to make it stay on the top when you scroll
thanks
mayari79 Hi For topbar add this code in custom css
.t3-topbar { position: fixed!important; width: 100%; } .t3-header { padding-top: 68px;}
The suggestion is based on the demo site.