By Marc on Monday, 24 December 2018
Posted in General
Replies 3
Likes 0
Views 494
Votes 0
How do we remove the white space that appears when you click on the drop-down menu in mobile mode?
Hey there,

I am really sorry for the delay of this reply as it is a public holidays for us here.

I've help you applied this following custom css into your current template.


body #es.mod-es-dropdown-menu .dropdown-toggle_:before {
display: none !important;
}

body #es.mod-es-dropdown-menu .dropdown-toggle_ {
padding-right: 0px !important;
}
·
Tuesday, 25 December 2018 11:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Unfortunately that removes the drop-sown chevron but leaves the white background intact.

I resolved this by adding the following CSS to custom.css to make the white area semi-transparent:


body #es.mod-es-dropdown-menu .dropdown_.open {
background: #ffffff3d;
}
·
Tuesday, 25 December 2018 15:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Marc, glad that your issue is resolved now
·
Tuesday, 25 December 2018 16:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post