Hi there,
I got a footer section with images. But the images are a bit below the other menus on the left. How can I fix that? I added a screen to let you see what I mean.
Hey FadingReality,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#footer .widget.widget_nav_menu {
margin-bottom: 0;
}
#footer .widget.widget_singleimage {
margin-top: 0;
}
Hope it helps :)
Best regards,
Nikko