Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author YITHEMES

    (@yithemes)

    hi there,
    you can use the following CSS to reduce space:

    #main-footer div[class^=footer-sidebar] {
        padding-bottom: 0;
    }
    
    .footer-sidebar-2 .widget {
        margin-bottom: 0;
    }

    But you also have to review how you created this portion of the footer, because you have a <center> element with 2 empty <p> tag inside

    https://prnt.sc/v0jkyg

    Thread Starter panospibby

    (@panospibby)

    Special thanks!!! i am ok with that

    Theme Author YITHEMES

    (@yithemes)

    Happy to read this! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘margin footer’ is closed to new replies.