Mobile shopping and search icons are all over the place

Hello, does anyone know how I can fix this shopping icon and search bar on mobile?

here’s my shop

password : lavishprintshop

I’m Richard Nguyen - CRO Expert at PageFly - Free Landing Page Builder.

You can add this code into the theme css file

Step1: Online store > Themes > Edit code > base.css

Step2: Find base.css on search bar and paste this at the end of the file

@media (max-width: 768px) {
.header {
    padding-top: 10px !important;
} 
}

Hope this can help you solve the issue

Best regards,

Richard

1 Like