mobile view fix
user_3758723130
css
2 years ago
642 B
18
Indexable
/*START - fix bug on slick arrow*/
div.lp-container{
max-width: 1576px;
.properties-slider__wrapper {
@media only screen and (min-width:769px){
padding-left: 88px;
padding-right: 88px;
}
@media only screen and (max-width:768px){
padding-left: 0px!important;
padding-right: 0px!important;
}
}
@media only screen and (max-width:768px) {
div.properties-slider-padding {
padding-left: 0px!important;
padding-right: 0px!important;
}
}
}Editor is loading...
Leave a Comment