ISSUE WITH FOOTER ON MOBILE
-
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.
And the issue exist in mobile view
– on top of the footer area
– at the very bottom of the footer area
Hello,
Add this code to the Theme settings > Custom CSS:
.footer-column > p {
display:none;
}
Best Regards
The topic ‘ISSUE WITH FOOTER ON MOBILE’ is closed to new replies.