Tagged: enfold, footer, line height
Hey guys,
hope you can provide a quick fix for a small issue I’m facing on a website:
There’s a footer menu in the left footer column. -> I’d like to reduce the line height, in order that the menu’s last entry (“Privathausreinigung”), is in the same line with the “styled by mediastyle” text in the middle column.
Is there a way to quick-fix this via custom CSS?
Thx, Regards
Michael
Hi micscr!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer #nav_menu-3 a {
padding: 0;
}
Cheers!
Yigit