Forums
Home / Theme: Flato / FLATO: Fixed top menu
(@ctuxboy)
9 years, 3 months ago
Hello,
Is it possible fixed the top menu?
Regards, Christophe
(@zanet)
8 years, 10 months ago
Same question as ctuxboy, any replies?
(@pixelverbieger)
8 years, 7 months ago
Yes, it is. I just did it for version 1.3 of the theme. Try this code, at the very end of your style.css:
.site-top { position:fixed; width:100%; z-index:99999; } header.site-header { padding-top:3.5em; }