A user seeks to reduce the size of search and cart icons in mobile view to center their logo symmetrically, as it currently appears skewed left due to icon sizing. The issue only affects mobile, not desktop.
Proposed Solutions:
Multiple respondents suggest similar CSS-based fixes:
Add custom CSS to either theme.liquid (above </body> tag) or base.css file
Target mobile devices using media query @media screen and (max-width: 767px)
Adjust icon dimensions by setting specific height values (22px-38px) for cart and hamburger menu icons using !important flags
Optionally resize logo with max-width or max-height properties to achieve better balance
All solutions involve accessing Online Store → Themes → Edit Code and modifying CSS files. The responses include code snippets and screenshots demonstrating the implementation steps. No follow-up from the original poster indicates whether any solution was successfully implemented.
Summarized with AI on November 22.
AI used: claude-sonnet-4-5-20250929.
Hi I need help if anyone knows how to reduce the size of the search and cart icons for mobile view so that my logo will be symmetrical in the middle instead of slightly skewed to the left because of the icons size.