Commit f7d87db6 by dhn

Merge branch 'developer' of http://47.99.244.21:9999/root/joshine into Branch_developer

parents 464d3a98 a2320110
...@@ -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;
} }
......
...@@ -3551,6 +3551,9 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo ...@@ -3551,6 +3551,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{
...@@ -3558,7 +3561,7 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo ...@@ -3558,7 +3561,7 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
} }
.gallery-placeholder__image{ #sparsh-mfp-quickview .gallery-placeholder__image{
float: right; float: right;
position: absolute; position: absolute;
margin-left: 100px; margin-left: 100px;
...@@ -3580,7 +3583,7 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo ...@@ -3580,7 +3583,7 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
position:unset; position:unset;
} }
.product-info-wrapper{ #sparsh-mfp-quickview .product-info-wrapper{
height: 1000px; height: 1000px;
} }
......
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