Home › Forums › Basel support forum › How to make the previous / next buttons always appear. › Reply To: How to make the previous / next buttons always appear.
January 8, 2019 at 3:11 pm
#100690
Elise Noromit
Member
Hello,
I recommend putting higher http://prntscr.com/m4htv9 as you see if we make a transparent background-color, navigation is not visible.
Replace the code for 768px:
@media (max-width: 768px) {
body .banners-carousel.owl-carousel .owl-nav,
body .product-items.owl-carousel .owl-nav,
body .testimonials.owl-carousel .owl-nav {
display: block;
}
body .owl-carousel .owl-nav>div.owl-prev {
left: 20px;
top:20%;
}
body .owl-carousel .owl-nav>div.owl-next {
right: 20px;
top:20%
}
}
Best Regards