If your menu items have sub items in mobile menu you’ll have clickable only arrows.
To make the title clickable, add following code to Theme Options > Main Options > Custom CSS field.
.sidr ul li a .sidr-dropdown-toggler:after {
content: "";
position: absolute;
top: 0;
right: -10px;
bottom: 0;
left: -100em;
}
Hi,
This is exactly what I needed but unfortunately your css code has not worked for me for some reason.
Mairead
Resolved it by adding it to the app.css file. For some reason it would not work through the Theme Options >Main options >Custom CSS.
Thanks again
Hello, marketmeau!
Great that the issue was resolved! Probably your Theme options are not applying. We recommend you to follow the instructions from this article to be able to solve this issue: http://support.dfd.name/2015/04/17/theme-options-are-not-applying/
Please, mail us to [email protected] in case you need our help.
Regards, DFD Support Team.
This solution still works perfectly, thanks very much!
Hello GRIDLINK!
You are welcome!)
Best Regards, DFD Support Team.