Commit 3483ddbe by halweg

fix

parent 9a09ea3a
...@@ -26,6 +26,15 @@ ...@@ -26,6 +26,15 @@
} }
} }
@media (min-width: 1024px) {
.joshine-desction {
height: fit-content !important;
}
.product-view-description{
max-height: fit-content !important;
}
}
.action.towishlist{ .action.towishlist{
text-align: center; text-align: center;
border: 1px solid #e5e5e5; border: 1px solid #e5e5e5;
...@@ -175,8 +184,8 @@ ...@@ -175,8 +184,8 @@
<style> <style>
.joshine-desction,.product-view-description{ .joshine-desction,.product-view-description{
width:100%; width:100%;
} }
.joshine-desction .desction-left{ .joshine-desction .desction-left{
width: 90%; width: 90%;
flot: left; flot: left;
...@@ -199,7 +208,7 @@ ...@@ -199,7 +208,7 @@
@media (min-width: 780px){ @media (min-width: 780px){
.product-view-description{ .product-view-description{
max-height: 250px !important; max-height: 250px;
overflow: auto; overflow: auto;
} }
......
...@@ -3543,6 +3543,9 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo ...@@ -3543,6 +3543,9 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
.product.media{ .product.media{
min-width: 880px!important; min-width: 880px!important;
top: 0;
position: sticky;
height: fit-content;
} }
#sparsh-mfp-quickview .product.media{ #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