• Hi
    Please check my website – https://weddingmoments.co.in/. It was built with WoodMart theme. If you check the footer, there are two rows. In the first row I have the visitor counter widget (it’s a widget and not a shortcode that can be added in any place). In the second row I have three columns. First column – logo, second column – contact info and third column social icons. But the problem is that there are huge gaps between the first row and second row. There is also a huge gap after the second row.

    I searched a lot in the internet; in this support forum there are already tons of questions about this gap in footer. Suggestions are like to add specific lines in the additional css. I tried almost all of them, but I am still not able to resolve this issue.

    The page has right button disabled, so you can only use the Developer Tools for debugging.

    Can you please help me out? I will be really thankful.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @nsinha123,

    You should first double check to make sure you don’t have any empty blocks or widgets in those sections. If not, jump to the next possible solution.

    Adding some custom CSS like the following should remove the empty space between the sections:

    #mvcwid #mvctable { display: none; }

    Thread Starter nsinha123

    (@nsinha123)

    Hi
    Sorry I was away due to medical emergency.
    I put the code in the custom css, but had no luck.

    Later I edited the original style.css and put the following code –
    .footer-column {
    margin-bottom: -60px;
    }
    but still no luck.
    I put the same in global customs css, again it didn’t work.

    At last I put it in the customize -> additional css and it worked like a charm!

    Thanks for your support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woodpart theme: How to delete the space between the footer elements?’ is closed to new replies.