Hi I have a problem with my mobile site. on desktop it works fine but on mobile i have a horizontal scroll in all pages . I tried everything but i cant figure it out is there someone who can help ? I already tried a couple of things but they didnt Work. thanks in advance
My website : https://e018c6-82.myshopify.com/
Hi @Martin299 ,
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/frame.scss.css
- Add code below to end of file
@media(max-width: 1199px){
.search-bar-type-3.drawer--top .search-bar__table.search-box {
margin: 0!important
}
.header-type-8 .sticky-animate:after {
right: 0!important;
}
.header-type-8 .sticky-animate:before, .header-type-8 .sticky-animate:after {
width: 100%!important;
}
}
Thank You so Much It works