I would like them to be sticky on a mobile phone but I do not know css if it 's easy to help me with that ty
eliasstamos Hi Kindly open the layout options > Edit layout > Header > edit setting > click on sticky to top. If there is any issue kindly post the working site URL on which the issue is present.
Hello. I have done this and it works on PCs and tablets. It does not work on mobile phones Am I doing something wrong?
eliasstamos
Try this code in custom css
@media (max-width: 575.98px) {.t4-sticky { position: fixed!important; }}
Thank you very much You are amazing 🙂
eliasstamos You are welcome!