Hello!
Please assist with a code move the search bar closer to the shopping bag. This is the view on mobile.
Dawn theme
A user requested CSS code to reduce spacing between the search bar and shopping bag icon in mobile view on the Dawn theme.
Solution provided:
base.css file.header__icon--search with a max-width media query at 749pxStatus: Resolved - the user confirmed the solution worked perfectly.
Hello!
Please assist with a code move the search bar closer to the shopping bag. This is the view on mobile.
Dawn theme
@ErhatRO - please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
@media screen and (max-width:749px){
.header__icon--search{width: 1.4rem;}
}
This is perfect!
Thank you!