I need a new method of making my site readable to our spanish speakers.
-
I would like to figure out how to remove the drop down menu from my mobile version. Our menu functions as a switch between english and spanish, but I fear spanish speakers will not click the menu to realize there is a spanish option.
Suggestions?
The blog I need help with is: (visible only to logged in users)
-
Hi,
As Timethief explained in this forum thread, the menu toggle is designed to showcase your menu in an attractive format regardless of device width:
You could give this CSS a try:
@media only screen and (max-width: 600px) { .main-navigation { display: none; } }It should remove the menu on phones only. Can you try placing that under Appearance -> Customize -> CSS and let me know if it works for you?
- The topic ‘I need a new method of making my site readable to our spanish speakers.’ is closed to new replies.