Tagged: entypo-fontello, icon, mobile menu
Beside normal text entries, the menu of my site uses icons of entypo-fontello font set as menu entries. I’m doing so by using e.g. [av_font_icon icon='ue821' font='entypo-fontello' size='14px'][/av_font_icon]
as a menu entry (home symbol).
This works fine.
But, if using the mobile menu, the icon menu entries have a reduced height and the small lines separating the menu entries touch the icons.
How can I fix this?
Hi Eckhard!
Please add the below CSS in Enfold > General Styling > Quick CSS
#mobile-advanced>li:first-child>a:first-child,#mobile-advanced>li:last-child>a:last-child {
line-height: 18px!important;
min-height: 50px!important;
}
Best regards,
Vinay
Vinay, thanks a lot!
This works and is exactly what I was looking for!
Kind regards,
Eckhard
Hey!
Glad we could help! FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Regards,
Vinay