Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
is it possible to have a fixed header (with the hamburger button present) in mobile?
https://www.oscarmoscariello.com.ar/
Thank you
Hello,
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!
You must be logged in to reply to this topic.