Home › Forums › WoodMart support forum › Split: Keep arrows on slider when streching to fullwidth › Reply To: Split: Keep arrows on slider when streching to fullwidth
December 2, 2020 at 12:06 pm
#246932
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-section-stretch-content .owl-carousel .owl-prev {
left: 0 !important;
}
.wd-section-stretch-content .owl-carousel .owl-next {
right: 0 !important;
}