Hello,
is it possible to have a fixed header (with the hamburger button present) in mobile?
https://www.oscarmoscariello.com.ar/
Thank you
Please add these css code at Custom Css Code aat general options:
@media (max-width: 767px){ .header_1 .header_wrapper, .header_4 .header_wrapper { position: fixed !important;} .top_wrapper { padding-top: 110px !important; } }
Best regards!
Thanks, you can mark this as solved! :)
You must be logged in to reply to this topic.