By Ivaylo Valkov on Friday, 10 August 2018
Posted in General Issues
Replies 6
Likes 0
Views 614
Votes 0
Hi I noticed a problem with mobile view. In width 640px, the menu is not displayed correctly.
Hi Ivaylo,

Can you provide us a screenshot of the issue and which device uses the 640px?
·
Friday, 10 August 2018 11:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, this is through the google emulator, but it's the same way I see my phone. Test with 640px x 360px (galaxy note 2 or blackberry z30)
·
Friday, 10 August 2018 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ivaylo,

Thanks for the info. I am now able to reproduce this issue locally.

You can apply the following custom css codes for EasyDiscuss in the meantime, if you want a temporary fix.

#ed.w640 .ed-toolbar .ed-toolbar__item--home-submenu {
display:none;
}

#ed.w640 .ed-toolbar .ed-toolbar__item--mobile-toggle, #ed.w480 .ed-toolbar .ed-toolbar__item--home-submenu-dropdown {
display: -webkit-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
}
·
Friday, 10 August 2018 13:32
·
0 Likes
·
0 Votes
·
0 Comments
·


You can apply the following custom css codes for EasyDiscuss in the meantime, if you want a temporary fix.

#ed.w640 .ed-toolbar .ed-toolbar__item--home-submenu {
display:none;
}

#ed.w640 .ed-toolbar .ed-toolbar__item--mobile-toggle, #ed.w480 .ed-toolbar .ed-toolbar__item--home-submenu-dropdown {
display: -webkit-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
}


Confirming this issue and thanks for temp fix Raymond.
·
Tuesday, 21 August 2018 13:33
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Goran and thanks for your feedback.
·
Tuesday, 21 August 2018 15:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post