Home Forums WoodMart support forum using waved section divider Reply To: using waved section divider

#218402

Hello,

Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.platform-iOS .dvr-position-top svg {
margin-top: -1px;
}
.platform-iOS .dvr-position-bottom svg {
margin-bottom: -1px;
}

Best Regards.