Shopify themes, liquid, logos, and UX
how to fix this one because the image in the slider banner is crop and also the decrease the gap between the bullet and the slidebanner
url: https://makerlab-electronics-ph.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Hi @niceeee
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
<style>
.slider-mobile-gutter .media > img {object-fit: contain !important; object-position: top center !important;}
@media screen and (max-width: 749px) {
.banner--mobile-bottom .slideshow__text.banner__box {display: none !important;}
}
@media screen and (max-width: 500px){
.slideshow__media.banner__media.media {height: 175px !important;}
}
</style>
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
This is an accepted solution.
Hi @niceeee
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
<style>
.slider-mobile-gutter .media > img {object-fit: contain !important; object-position: top center !important;}
@media screen and (max-width: 749px) {
.banner--mobile-bottom .slideshow__text.banner__box {display: none !important;}
}
@media screen and (max-width: 500px){
.slideshow__media.banner__media.media {height: 175px !important;}
}
</style>
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
Thanks 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, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024