Hello,
some time ago you gave me a code to customize my product page;
@media (max-width: 1024px) and (min-width:768px){
div.product-image-summary-inner, div.product-image-summary-wrap {
flex-wrap: wrap;}
div div.product-image-summary-inner>.col-sm-4 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
width: 100%;}
div div.product-image-summary-inner>.col-sm-8 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
width: 100%;
margin-bottom: 30px;}}
I made a few experiments and customized the above code:
@media (max-width: 2600px) and (min-width:1024px){
div.product-image-summary-inner, div.product-image-summary-wrap {
flex-wrap: wrap;}
div div.product-image-summary-inner>.col-sm-4 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
width: 100%;}
div div.product-image-summary-inner>.col-sm-8 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 90%;
width: 90%;
margin-bottom: 30px;
margin-left: 60px;
}
Also changed the thumbnail orientation.
I have a few questions:
1. Can I have different thumbnail orientation from 2600 to 1024 (vertical) and from 1024 to 768 (horizontal carousel)?
2.If the answer is positive can we change the position of the “percentage sale” label to the designated position?
3. Can we move the product description to the right until it reaches the left side of the product image?
Regards Leonidas