-
-
Hello,
I have a question about the Top Navigation panel. I put there a link to the second-language version of the site. But when I load the site on mobile phone the top navigation panel do not display. Hence there is no way the visitor can change the language of the site.
So, I wonder if there is a way to display the top navigation panel in the mobile version of the site? Or may be I can make some changes in the mobile version? May be add link to the menu of the mobile version?
-
Hello,
Please add these lines into your custom css box:
@media (max-width: 767px){ .top_nav { display: block; font-size: 10px; padding-bottom: 36px; } }
Let us know.
Best regards!
-
Hello, Mihaila,
The situation does not change. :(
Is it possible to just add an additional link to the menu, but just for the mobile version?
-
I don’t know.. may be the problem is that my top navigation panel is too full of information and the mobile device just is not able to show it all… Then how can I put a link to the second-language version of the site??
-
Hello,
Please edit the code above to this:
@media (max-width: 767px){ .top_nav { display: block !important; font-size: 10px !important; padding-bottom: 36px !important; } }
Screenshot.
If still nothing, send us your wp credentials in a private reply. So we can do it for you.Best regards!
- This reply was modified 9 years, 8 months ago by Mirela.
-
-
You must be logged in to reply to this topic.