All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Kindly help to adjust slideshow image height: large for mobile & medium for desktop.
Also let me know how could I reduce the SHOP NOW button size in image slides as highlighted below.
Solved! Go to the solution
This is an accepted solution.
- Here is the solution for you @ashishsharma178
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
@media screen and (min-width: 750px) {
.banner--medium:not(.banner--adapt) {
min-height: 42rem !important;
}
}
.banner__buttons .button {
padding: 0 !important;
min-width: 100px !important;
min-height: 40px !important;
font-size: 15px !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hello @ashishsharma178 .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
- Here is the solution for you @ashishsharma178
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
@media screen and (min-width: 750px) {
.banner--medium:not(.banner--adapt) {
min-height: 42rem !important;
}
}
.banner__buttons .button {
padding: 0 !important;
min-width: 100px !important;
min-height: 40px !important;
font-size: 15px !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Could you help how to align SHOP NOW button at the center of the above heading. For example, button should be at the center of the heading named as serene skies.
Could you help how to align SHOP NOW button at the center of the above heading. For example, button should be at the center of the heading named as serene skies.