Shopify themes, liquid, logos, and UX
Currently using this code to remove slideshow buttons on mobile, but wanting to remove extra padding as seen below
@media screen and (max-width: 767px) { .banner__buttons { display: none !important; } /* Adjust the padding or margin of the parent container */ .banner__container { padding-bottom: 0; /* or set to your desired value */ margin-bottom: 0; /* or set to your desired value */
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
HELLO @lyoung94
I Can fix it .Please share your store URL and password.
Thanks
@media screen and (max-width: 767px) { .banner__buttons { display: none !important; }
This code was used by i added the rest with help from chatgpt, did not work
Hey @lyoung94
you want remove the white space in mobile view ??
Hello @lyoung94
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->component-slideshow.css....>line number 67
search the code
@media only screen and (max-width: 749px) {
.banner--mobile-bottom .slideshow__text.banner__box {
height: 100%;
}
}
replace the code
@media only screen and (max-width: 749px) {
.banner--mobile-bottom .slideshow__text.banner__box {
height: 100%;
padding: 0px;
}
}
result will be
thank you
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