Home › Forums › WoodMart support forum › If site is full width, then carrousel arrows go off the screen › Reply To: If site is full width, then carrousel arrows go off the screen
September 10, 2020 at 6:26 am
#225068
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Desktop Custom CSS area in Theme Settings.
.wrapper-full-width-content .owl-carousel .owl-nav>div[class*=prev] {
left: 0;
}
.wrapper-full-width-content .owl-carousel .owl-nav>div[class*=next] {
right: 0;
}
Regards