By Nhong MY on Saturday, 28 October 2017
Replies 5
Likes 0
Views 3.1K
Votes 0
Hi..
After update lastest version.
I try with iPad it no have menu icon with vetical display (please see img_0377) but holizontal display(please see img_0376) it have menu.

Thank you
Manit
Hi Manit,

Can you change/tweak the css code given by colleague above from:

@media (min-width:768px) {
.navbar-toggle {
display: block !important;
}
}


to:

@media (max-width:768px) {
.navbar-toggle {
display: block !important;
}
}

*change the min to max and see how it goes?
·
Tuesday, 31 October 2017 13:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Nhong,

Hm, sorry but not entirely sure which icon are you referring to. Can you please advise?
·
Saturday, 28 October 2017 22:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Please see attached file.
For iPhone it have.
But iPad on viticulture display it no have this button.
·
Saturday, 28 October 2017 23:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah I see. I get what you mean now. I have added a ticket for this internally and temporarily, you can apply the css fix below into /templates/elegant/css/custom.css

[gist]
@media (min-width:768px) {
.navbar-toggle {
display: block !important;
}
}
[/gist]

This is not a permanent fix and it is just a temporary fix to show the toggle on the menu. Our designer with come up with a proper patch soon.
·
Sunday, 29 October 2017 14:32
·
0 Likes
·
0 Votes
·
0 Comments
·
After fix,for vetical display have toggle on the menu already .

But horizontal have double menu,please see attached file.(IMG_0377)
·
Monday, 30 October 2017 23:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post