The width of my boost theme on the mobile side is too wide. When I pull down, it will slide to the right and there will be some blank space. I hope it can be solved.
Store URL:aolisheng-company-store.myshopify.com
The width of my boost theme on the mobile side is too wide. When I pull down, it will slide to the right and there will be some blank space. I hope it can be solved.
Store URL:aolisheng-company-store.myshopify.com
Kind regards,
Diego
Thank you very much for your reply, but the problem is still not solved
Please follow the aforementioned steps and try this instead:
@media (max-width: 749px){
html, body{
overflow-x: hidden;
}
}
still have that problem
problem solved, thanks a lot