I found T4 option to make menu sticky in desktop version, but see no option to make the same in responsive mobile version.. is it possible in current T4? Or could you provide any additional code to do it now. Thank you very much in advance!
alexhaha Hi Add this code in custom css
#t4-header { position: -webkit-sticky !important; position: sticky; }
Ninja oh, thank you very much for hint, i'll test it
BTW, why this option isn't added in T4 for responsive layout? seems it was in earlier versions, but disappear in current?
alexhaha Hi The above code is for sticky in mobile view, The sticky option is present already in layout settings as before.