Shopify themes, liquid, logos, and UX
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;
}
}
Solved! Go to the solution
This is an accepted solution.
Hi @LeandroS
Thank you fro reaching out.
Try this code.
Add in the theme.liquid.
<style>
@media only screen and (max-width: 749px){
.header {
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
And Save.
The header have a default padding I just lesser the size.
Hi @LeandroS,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css file Add the provided code at the end of the file.
html, body {
overflow-x: hidden !important;
}
This is an accepted solution.
Hi @LeandroS
Thank you fro reaching out.
Try this code.
Add in the theme.liquid.
<style>
@media only screen and (max-width: 749px){
.header {
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
And Save.
The header have a default padding I just lesser the size.
Welcome! Would you mind hitting 'like' as well? Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025