Hi,
on my page below I use 4 footer columns w/ menus. The last menu has 1 entry less and I added a phone no as “text” underneath.
How can I avoid the empty line between menu and phone no?
Before I tried this with the codes below starting
“<a href=”http://gesu….” – But the horizontal alignment w/ the other 3 columns was not 100% even w/ CSS adjustments..
Thx a lot & best regards Tilman
Hey Tilman!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer #nav_menu-8 {
margin-bottom: 5px;
}
#footer #text-8 {
margin-top: 0;
}
Regards,
Yigit
Thx a lot, Yigit – works like a charm :-)
Best, Tilman