Home › Forums › WoodMart support forum › footer left and right text overlaps on mobile view › Reply To: footer left and right text overlaps on mobile view
March 19, 2018 at 9:01 pm
#47297
Elise Noromit
Member
Hello,
Please add this code to custom CSS area in the Theme Settings in order to correct:
.min-footer {
padding-top: 40px;
padding-bottom: 60px;
}
If you want to decrease or increase the gaps change figures in the top and bottom rules accordingly.
Best Regards