Make whole field for dropdown item clickable

edited June 2018 in Menu / Mega menu
Dear Muffingroup,

I would like to have the complete field of my dropdown menu items clickable (mobile view). Is this possible? At this moment only the + sign is clickable which is half see through so that could be confusing for users.

This is my website: https://bit.ly/2tlUDkf

Thank you in advance,

Johan

Comments

  • edited June 2018
    Hi,
    Please paste this CSS code

    #menu ul li.submenu .menu-toggle::after {
    position: absolute !important;
    right: 10px !important;
    }
    #menu ul li.submenu .menu-toggle {
    width:100% !important;
    }
    Thanks
  • Hi,

    Thank you for your answer but this code doesn't work on my website.

    I have seen this code in a different post from someone who had the same problem and I copied it in my custom CSS section. Unfortunatly it doesn't work on my website. Could it have something to do with the fact that I changed my menu and that my menu does not have a side slide?

    Please advice,

    Greetz,

    Johan
  • Sorry, forgot about deleting #Side_slide.
    It's all ok now, I updated the code above.
    Cheers.
  • Works great now! Tnx!
Sign In or Register to comment.