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 |
---|---|
135 | |
98 | |
86 | |
63 | |
50 |
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By