Home Forums WoodMart support forum Need help for Mobile View footer Reply To: Need help for Mobile View footer

#245339

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.