Dropdown menus in mobile view theme Machine

Hi all,

This is my first post on this forum and also first time creating a website from scratch using grav.
Anyhow, my question is a follow-up to the problem mentioned below:
Continuing the discussion from Dropdown menus in mobile view:
The dropdown menu on mobile phone S7, Chrome is not visible, but if I press precisely I do manage to unfold the menu. I am using the Machine theme.
Does anyone have an idea where or which file I should edit to fix this?

Thank you for your attention :slight_smile:

Hi
Try changing line 90 here: https://github.com/Sommerregen/grav-theme-machine/blob/develop/assets/css/style.css#L90 to this
content: url(../images/menu.png);
That should allow the mobile menu image to display.

Thank you very much for your quick reply. Yes, this change fixes the dropdown menu icon.
I guess I can look more into CSS for its capabilities and how I can apply this.
Cheers