I added the following lines of CSS code:
@media (min-width: 1200px){
.gMenu_outer{
display:block;
float:none;
}
.gMenu_outer {
text-align:left;
}
.gMenu_outer nav{
display:inline-block;
}
I don’t know if it is the best procedure, but it works on PC.
The problem is that my Menu Navigation doesn’t work on tablets and smartphones, where the menu is a “sandwhich”: I cannot visualise dropdown and go through my pages from there.
I had chosen two positions for my Menu: “Header Navigation” and “Mobile Navigation”. “Mobile Navigation” has been selected by inserting my Menu in the “Mobile Nav Upper” widget. I wonder how can I fix this.
Thanks in advance.
-
This reply was modified 4 years, 1 month ago by
arianna23.
I found out that menu in mobile devices is a problem with WordPress. I solved it with a dedicated plug-in.
-
This reply was modified 4 years ago by
arianna23.