Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Correct Icon Spacing on Mobile View

Solved

Correct Icon Spacing on Mobile View

ErhatRO
Excursionist
60 1 5

Hello!

Please assist with a code move the search bar closer to the shopping bag. This is the view on mobile.

Dawn theme

RIGHTEOUS OFFICIAL

Screenshot 2024-10-30 200827.png

Accepted Solution (1)

suyash1
Shopify Partner
10154 1255 1595

This is an accepted solution.

@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;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
10154 1255 1595

This is an accepted solution.

@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;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
ErhatRO
Excursionist
60 1 5

This is perfect! 

Thank you!