Home › Forums › WoodMart support forum › Footer field error › Reply To: Footer field error
March 1, 2018 at 7:56 am
#43069
Bogdan Donovan
Keymaster
Hi
Try to add the following code snippet to the Mobile Custom CSS area in Theme Settings to fix this issue.
.min-footer > div {
-ms-flex-preferred-size: 0;
flex-basis: 0;
}
Regards