jquery - Owl Carousal Arrows are not in center -
owl carousal arrows not in center. how align them center? please see attached image.
this how solved problem, added class brand-slides carousal selector , using fallowing css solved problem forme .brands-slides.controls-cust-clr .owl-controls .owl-prev, .brands-slides.controls-cust-clr .owl-controls .owl-next { font-size: 20px; width: 35px; height: 35px; background: transparent; color: #e0e0e0; text-align: center; line-height: 35px; margin: 0; cursor: pointer; display: inline-block; transition: 0.3s ease 0s; position: absolute; z-index: 2; top: 45.5%; } .brands-slides.controls-cust-clr .owl-controls .owl-prev:hover, .brands-slides.controls-cust-clr .owl-controls .owl-next:hover { color: #e0e0e0; background: transparent; } .pricing-content > li{ height: 60px; }
Comments
Post a Comment