I find the possibility to make it catchy to the headline on large screens, but I did not find that possibility on small devices like mobiles. It's possible? I am using the Fashion 1 template
delinea Hi Sorry i do not get what you mean by catchy option? Can you share the page URL and an illustrated screenshot with details how you want it So i can check the request.
Yes of course I understand. Excuse my bad English. I need this section to be fixed on the mobile. That accompanies when scrolling. It is something that I could do on large devices but I did not find the option to do it on small devices.
delinea Hi Try this code in custom css
#t4-mainnav { position: -webkit-sticky !important; position: sticky!important; }
No Pankaj, it didn't work
There are the FTP access data in the private fields, so that you can verify that I correctly placed the custom.css
delinea Hi With the top block it does not appear work as main nav does not detect in the phone. Can you hide the top lead module for phone
Ok, do it, but donĀ“t work the sticky
delinea Hi Add this code in custom css
@media (max-width: 575.98px) {.t4-sticky { position: fixed!important; width:100%; }}
Excelent, Perfect, Thank you very much