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;}
}
@Mrstep I think you already have moved the button
No i just added reuploaded and old theme
If you look now its where it needs to be changed
@Mrstep - it shows like this
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 - for mobile only or for desktop as well?
@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;}
}
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024