Home Forums WoodMart support forum ISSUE WITH FOOTER

ISSUE WITH FOOTER

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #97952

    Jeriss Cloud Center
    Participant

    Dear,
    If you see the attachment, there is an extra line on top of the footer which I just can’t figure out how to remove it.

    In the footer HTML block, it is not there. Where does this come from?
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #97993

    Hello,

    This is a reason http://prntscr.com/lynxu0

    Add this code to the Theme Settings > Custom CSS:

    body .footer-sidebar {
       padding-top:0;
    }

    Best Regards

    #98001

    Jeriss Cloud Center
    Participant

    Good thanks.

    However, I notice there is another padding in my footer that comes as well at the very bottom of my theme. I checked the fotter settings and I don’t have any additional line, why does my theme display an empty space at the end?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #98035

    Hello,

    Add this code to the Theme Settings > Custom CSS

    body .footer-column {
       margin-bottom: 0; 
    }
    body .footer-sidebar {
        padding-bottom: 0;
    }

    Best Regards

    #98038

    Jeriss Cloud Center
    Participant

    It’s working good, thanks

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘ISSUE WITH FOOTER’ is closed to new replies.