Jicso
January 1, 2022, 8:36pm
1
Hi
I’m using Boundless, and everything is great except for the little scroller thing on the mobile view. Does anyone know how to get rid of this to make it look more like the new for desktop? Attached is a picture, circled is the issue area I’m talking about.
Thanks
1 Like
@Jicso
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.
Jicso
January 2, 2022, 5:04pm
3
Jicso
January 2, 2022, 7:50pm
5
I’d prefer it too look like the desktop view, but yes that looks better in my opinion and would be happy with that.
Thanks
@Jicso
thanks for confirm can you try this code work
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__controls {
display: flex;
bottom: 40px;
}
}
@Jicso
its my pleasure to help us