-1
貓頭鷹Carousal箭頭不在中心。 我如何將它們對齊到中心? 請參閱附件圖片。貓頭鷹Carousal箭頭不在中心
貓頭鷹Carousal箭頭不在中心。 我如何將它們對齊到中心? 請參閱附件圖片。貓頭鷹Carousal箭頭不在中心
this is how I solved the problem, I added class brand-slides to the carousal selector and using fallowing css solved the 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 all 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;
}
請出示當前的代碼。 https://stackoverflow.com/help/mcve – phd