Shopify themes, liquid, logos, and UX
Move arrows and maker image longer?
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 Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media only screen and (max-width: 749px) {
.product .slider-buttons {
z-index: 999;
transform: translateY(-50%);
position: absolute;
justify-content: space-between !important;
width: 100vw;
top: 50%;
display: flex;
align-items: center;
}
.product .slider-counter.caption {
display: none !important;
}
.product .slider-button .icon {
height: 100% !important;
}
}
</style>
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
And this code make image longer:
<style>
.product-media-container .media {
padding-top: calc(1 / 1.5* 100% + 80px) !important;
}
.product-media-container .media img {
object-fit: fill !important;
}
</style>
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
Hi @Ryan1998,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media only screen and (max-width: 749px) {
.product .slider-buttons {
z-index: 999;
transform: translateY(-50%);
position: absolute;
justify-content: space-between !important;
width: 100vw;
top: 50%;
display: flex;
align-items: center;
}
.product .slider-counter.caption {
display: none !important;
}
.product .slider-button .icon {
height: 100% !important;
}
}
</style>
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
thank you!
@Ryan1998 , I'm glad I could help you 😍
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
And this code make image longer:
<style>
.product-media-container .media {
padding-top: calc(1 / 1.5* 100% + 80px) !important;
}
.product-media-container .media img {
object-fit: fill !important;
}
</style>
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
even better!
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