Commit 3483ddbe by halweg

fix

parent 9a09ea3a
......@@ -26,6 +26,15 @@
}
}
@media (min-width: 1024px) {
.joshine-desction {
height: fit-content !important;
}
.product-view-description{
max-height: fit-content !important;
}
}
.action.towishlist{
text-align: center;
border: 1px solid #e5e5e5;
......@@ -175,8 +184,8 @@
<style>
.joshine-desction,.product-view-description{
width:100%;
}
.joshine-desction .desction-left{
width: 90%;
flot: left;
......@@ -199,7 +208,7 @@
@media (min-width: 780px){
.product-view-description{
max-height: 250px !important;
max-height: 250px;
overflow: auto;
}
......
......@@ -3543,6 +3543,9 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
.product.media{
min-width: 880px!important;
top: 0;
position: sticky;
height: fit-content;
}
#sparsh-mfp-quickview .product.media{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment