Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I activated top widget area and placed inside a login icon and the flag image of wpml on http://www.oltremateria.it
But this area is not visible on smartphones.
Is it possible to have this also on smartphone?
Or do you know how could I insert language icons and login icon in smartphone screen header?
Regards
Marco
Hello,
To show top navigation in mobile too, please add this code into your custom css box:
@media (max-width: 767px){
.top_nav { display: block !important;}
}
Best regards!
Right adding the code as you suggested now it’s visibile,
solved
thank you
Marco
You must be logged in to reply to this topic.