My web store on mobile is not same in terms of look on the desktop. On mobile its more zoomed and the categories are showing 1 by 1. Also my slideshow or banners are getting cut on mobile view. I am nt very familiar with coding. How to fix this issue? Please Help.
Would you mind sharing your store’s URL so we can provide a solution for that?
Hi, I haven’t published my store yet. I am still customising it. How can I share the URL?
Here is my profile url. still in progress https://www.krishabysakshi.com/
hello @krishabysakshi
@media only screen and (max-width: 429px) {
.template-page .shopify-section.index-section .hero.hero--adapt{
background-size: contain !important;
display: block !important;
}
.template-page .hero .hero__inner {
position: absolute !important;
}
}

