Home › Forums › WoodMart support forum › Need help for Mobile View footer › Reply To: Need help for Mobile View footer
November 27, 2020 at 12:22 pm
#245339
Aizaz Imtiaz Awan
Keymaster
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.