A space to discuss online store customization, theme development, and Liquid templating.
1. Looking for help to move search button from right to left in the header, before the account icon
2. Extend/lengthen right arrow in footer email field
Website: alittlemore.sg
Password: blasai
Thanks in advance!
1. Go to your store Assets > base.css and paste the lines at the bottom of the file
details-modal.header__search {
display: none !important;
}
.header__icons details-modal.header__search {
display: block !important;
}
.newsletter-form__button .icon {
width: 2rem !important;
}
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme
I'm looking for the same solution but the code doesn't do anything. Search icon is still on the left side of the logo
Edit.. this is for a different issue. Disregard this comment
Thanks @Savior !
Point 1 works!
For point 2, I'm looking to keep the height of the arrow and only extend the width, if it is possible.