There is a big space of black between the slide and the image with text below it, plus the buy now button is a bit large. How do I fix these two parts? I am on refresh theme
store - permacurl.shop
here is what it looks like now
There is a big space of black between the slide and the image with text below it, plus the buy now button is a bit large. How do I fix these two parts? I am on refresh theme
store - permacurl.shop
here is what it looks like now
Hi @austin89s
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 base.css file:
@media screen and (max-width: 749px){
.slideshow__text.banner__box a.button {font-size: 14px !important; padding: 0 20px !important; min-width: inherit !important;}
.banner–mobile-bottom .slideshow__text.banner__box {display: none !important;}
}
Hello @austin89s
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
@media (max-width: 767px){
.slideshow__text.banner__box a.button {
min-height: 45px !important;
}
.banner__buttons {
margin-top: -308px !important;
margin-left: 0px !important;
}
.slideshow__text-wrapper.banner__content.banner__content--bottom-left.page-width.banner--desktop-transparent {
display: none;
}
}
Hello There,
@media (max-width: 767px){
.slideshow__text.banner__box {
padding: 0!important;
}
.banner__buttons {
padding-top: 47px;
padding-left: 63px;
}
}
thank you, but now my buy now button is missing
my buy now button is missing now, can you help with that? The issue was fixed but for some reason buy now vanished.
Hi @austin89s
I see you use another css, if you use any previous css code then you should remove that code and add our css code.
Hello @austin89s ,
We see you have already fixed the padding or margin issue prevalent with your store. However, in the future, if you face such issues, you can get it resolved with a custom code.
We are sharing the steps for your help.
Now to adjust the size of the “Buy Now” button; you can follow these steps:
We recommend taking help from a Shopify developer or expert agency who can help you fix this.
Hope your issue gets resolved. Let us know if you need more help with Shopify.
Regards,
CedCommerce
Hello @austin89s
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
@media (max-width: 767px){
.banner__buttons {
top: 0px !important;
bottom: 65px !important;
left: 45px !important;
}
.slideshow__text.banner__box a.button {
min-height: 38px !important;
}
.slideshow__text.banner__box a.button {
padding: 0px !important;
}
}