Home › Forums › WoodMart support forum › Problem with a line in a section divider › Reply To: Problem with a line in a section divider
November 5, 2019 at 2:52 pm
#154939
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-row-divider.dvr-position-top {
position: relative;
top: -1px;
}
.woodmart-row-divider.dvr-position-bottom {
position: relative;
bottom: -1px;
}
Best Regards