Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
How can I keep top bar on mobile?
I tried your css code in general option (custom css code box) but it doesn’t work :
@media (max-width: 480px){
.top_nav { display: block;}
.top_nav .container {
width: 345px !important;
margin-left: -55px !important;
}
}
Thank you for your help
Hello,
Sorry for the late reply.
Can i see a link of the site please?
Best regards!
Hi,
I have not see your answer :-(
The link : https://mes-sites-test.fr/
Thank you
Hello,
You were halfway throw. Edit the code above to this:
@media (max-width: 480px){
.top_nav { display: block !important;}
.top_nav .container {
width: 360px !important;
margin-left: 1px !important;
}
}
Result screenshot: https://pho.to/Afpm7
Let us know.
Best regards!
You must be logged in to reply to this topic.