By Macjoomla on Sunday, 05 May 2019
Posted in General
Replies 3
Likes 0
Views 1K
Votes 0
Hello SI Support,

if i am logged in with Vanilla Template, i have on top right my avatar and right to it a little arrow for the user menu. That is working well on desktop, but i can't use it on a mobile. Is there anything, i can do to to make it working?

Thank you and best regards, Macjoomla
Hi there,

Currently, it is because those dropdown are too close with avatar icons. I have applied css codes below here https://take.ms/5nYbn, to move them a bit a far from each other so that you can easily 'touch' them.

[gist type="css"]
body #es.mod-es-dropdown-menu.is-mobile .dropdown-toggle_ {
padding-right: 25px !important;
}
[/gist]

Can you give them a try and see how it goes.
·
Monday, 06 May 2019 10:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Abdul,

thank you for applying this code. This look good and might be better for touching. However this seems to work sometimes and then suddenly it does not work, even, if i touch same place. All the little icons for notifications work well everytime, so i am wondering if there is also another little issue with this menu. Can you replicate this by using it repeatedly?

Thank you and best regards, MAcjoomla
·
Monday, 06 May 2019 17:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Currently, you will need to exactly click on the icons in order to trigger those dropdowns. I believed when you click repeatedly, you might missed those icons. It is coded that way and that how it should behave currently.

Having said that, if you found that we need to improve this, it would best if you could submit your feature request regarding this simply by creating a new ticket on the forums, and set it to "Feature Request" so everyone else on the site could vote for it as well. The team will usually prioritize features that are in popular demand during the development process of the next major release.

Thanks for your understanding.
·
Tuesday, 07 May 2019 09:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post