Home Forums WoodMart support forum ISSUE WITH FOOTER ON MOBILE

ISSUE WITH FOOTER ON MOBILE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99081

    Jeriss Cloud Center
    Participant

    Hi dear,

    Last week I had a ticket about an “Issue with footer”
    https://xtemos.com/forums/topic/issue-with-footer/

    The point was that there was a padding coming from I don’t know where, which you showed me how to remove with a css code.

    However, I see that now on mobile view, the padding in the footer it is still there. How can I get ride of this? Where does this come from?

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

    Jeriss Cloud Center
    Participant

    And the issue exist in mobile view
    – on top of the footer area
    – at the very bottom of the footer area

    #99150

    Hello,

    Add this code to the Theme settings > Custom CSS:

    .footer-column > p {
        display:none;
    }

    Best Regards

    #99153

    Jeriss Cloud Center
    Participant

    Working good, thanks

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

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