Shopify themes, liquid, logos, and UX
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?
Solved! Go to the solution
This is an accepted solution.
thanks for url yes please try this code
1. Go to Online Store->Theme->Edit code
2. 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;
}
}
This is an accepted solution.
This is an accepted solution.
thanks for update
@media only screen and (max-width: 749px) {
.hero--adapt .hero__text-title {margin-top: 35px;}
}
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.
This is an accepted solution.
thanks for url yes please try this code
1. Go to Online Store->Theme->Edit code
2. 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;
}
}
This is an accepted solution.
This is an accepted solution.
thanks for update
@media only screen and (max-width: 749px) {
.hero--adapt .hero__text-title {margin-top: 35px;}
}
Thanks a lot. I really appreciate it. It solved my problem perfectly. Thanks again
best regards
its my pleasure to help is
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024