Hello
I am looking for help for my shopify Website (mobile only).
I Rearranged my burger menu and cart icon to be more on the edge of the screen.
since then i have the problem with my mobile side having horizontal play/scroll. it seems that the website is slightly zoomed in (after zooming out it doesn’t happen anymore) I think its because of overflow or something..
I know its because of the code, because after i removed it the scroll was away.
Can anyone help me?
I would really appreciate it!
Website: www.gogghi.ch
Password: GOGGHI10NEWWEBSITE2025
Here the video Link for explanation and understanding the problem:
and this code here was used to rearrange the header menu: (in base.css)
@media(max-width:989px){
header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
padding-left: 11px !important;
padding-right: 11px !important;
}
.header__icons {
padding-right: 0 !important;
}
}
