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
User | RANK |
---|---|
123 | |
90 | |
77 | |
71 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022