I am using Buttons on slides in boundless theme. Buttons show perfectly on top of the slides on the desktop version however button shows AFTER the slide on the mobile version. Can we make the button show on top of the slide on the mobile version as same as the desktop version?
1 Like
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
Hi ketanKumar
Thank you for your prompt response.
my site URL is:
https://bravido-clothing-co.myshopify.com/
password is “urtohs”
Thanks a lot
1 Like
thanks for url yes please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.hero__content-wrapper-mobile {
display: none;
}
.hero--adapt .hero__content-centered {
display: table-cell;
}
}
1 Like
Hi KetanKumar
Thanks a lot. That worked liked a charm. Is it also possible to reduce the
size of the text and button a bit on the mobile version so that it doesn’t
interfere with the logo?
thanks for update
@media only screen and (max-width: 749px) {
.hero--adapt .hero__text-title {margin-top: 35px;}
}
1 Like
Thanks a lot. I really appreciate it. It solved my problem perfectly. Thanks again
best regards
1 Like
its my pleasure to help is
1 Like

