Need help for Mobile View footer
-
Hi Support,
1. I need help to setup footer, in mobile view images are not showing proper. if possible hide in mobile view.
2. I want to remove extra space. image is attached.
Please attached see image. User and passport in private content.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshots you attached.
1) And to remove from mobile try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.min-footer img {
display: none;
}
2) Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.min-footer img {
margin-top: -50px;
}
Best Regards.