complete the look navigation button hidden in mobile
This commit is contained in:
parent
5add4fc858
commit
4cd657ff8b
1 changed files with 4 additions and 11 deletions
|
@ -201,6 +201,10 @@ a.ast-loop-product__link h2 {
|
|||
margin-bottom: 0px !important;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.owl-nav {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
/* End of Complete the look */
|
||||
|
@ -210,16 +214,5 @@ a.ast-loop-product__link h2 {
|
|||
}
|
||||
|
||||
|
||||
/*/* single product image */
|
||||
*/ @media (max-width: 768px) {
|
||||
|
||||
.elementor-widget-container {
|
||||
max-height: 560px;
|
||||
}
|
||||
|
||||
.elementor-widget-image-carousel .swiper .swiper-slide figure {
|
||||
max-height: 560px;
|
||||
}
|
||||
}
|
||||
|
||||
/* End of AlaskarDev */
|
||||
|
|
Loading…
Reference in a new issue