How to optimise my shopify website for mobile ?
sorry for any issue can you please share issue details and store url
Store url: www.thespicery.in
Right now the main banner gets cropped for mobile.
thanks for url can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px){
#shopify-section-hero .hero--large {
height: 289px;
}
}