Shopify themes, liquid, logos, and UX
Move shop button to the bottom of image banner on mobile. www.cuzzoclothing.com
Solved! Go to the solution
This is an accepted solution.
@Mrstep - 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){
.banner__content{align-items: end !important;}
}
No i just added reuploaded and old theme
If you look now its where it needs to be changed
Sorry I forgot to hit publish for my updated theme
This is an accepted solution.
@Mrstep - 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){
.banner__content{align-items: end !important;}
}
Thx soooooooooooooo much that worked!!!!!!!! Can you show me how to remove the search bar on the header and thats all that I need
@Mrstep to hide search from both desk and mobile, add this css and if you want on mobile only then the css below with media query
.header__search {display: none !important;}
for mobile only
@media screen and (max-width:749px){
.header__search {display: none !important;}
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025