Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #945450

    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.

    https://snag.gy/Vz2yog.jpg

    #946344

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.