Shopify themes, liquid, logos, and UX
Can anyone help me decrease product image height + thumbnail arrows bigger? Happy to donate if someone can help.
url: https://errival.com/products/errival%E2%84%A2-mini-rubber-band-shotgun
Solved! Go to the solution
This is an accepted solution.
Hi @Ryan1998
Step 1. Go to Admin -> Online store -> Theme > Edit code
Step 2. Find the file section-main-product.css. Search for the following CSS snippet
@media screen and (min-width: 750px) {
.product__column-sticky {
display: block;
position: sticky;
top: 3rem;
z-index: 2;
}
}
Please change to it
@media screen and (min-width: 750px) {
.product__column-sticky {
display: block;
position: sticky;
top: 7rem;
z-index: 2;
}
.product__column-sticky slider-component.slider-mobile-gutter:not(.quick-add-hidden) {
scale: 0.9;
transform: translateY(-2.4em);
}
.product__column-sticky .quick-add-hidden {
transform: translateY(-3.4em);
}
.product__column-sticky .slider-button {
scale: 6;
}
}
The result
When scrolling all the way down, everything is aligned.
If it helps you, please like and mark it as the solution.
Best Regards
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
DESKTOP VIEW ONLY PLEASE
This is an accepted solution.
Hi @Ryan1998
Step 1. Go to Admin -> Online store -> Theme > Edit code
Step 2. Find the file section-main-product.css. Search for the following CSS snippet
@media screen and (min-width: 750px) {
.product__column-sticky {
display: block;
position: sticky;
top: 3rem;
z-index: 2;
}
}
Please change to it
@media screen and (min-width: 750px) {
.product__column-sticky {
display: block;
position: sticky;
top: 7rem;
z-index: 2;
}
.product__column-sticky slider-component.slider-mobile-gutter:not(.quick-add-hidden) {
scale: 0.9;
transform: translateY(-2.4em);
}
.product__column-sticky .quick-add-hidden {
transform: translateY(-3.4em);
}
.product__column-sticky .slider-button {
scale: 6;
}
}
The result
When scrolling all the way down, everything is aligned.
If it helps you, please like and mark it as the solution.
Best Regards
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hi @Ryan1998
Has your issue been resolved?
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
yes thanks
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024