i want to change the shop now mobile button position to show like in the desktop button
url : saintalen.com
A user wants to reposition the “Shop Now” button on mobile to match its desktop placement on their Shopify store (saintalen.com).
Current Issue:
Solution Provided:
A CSS fix was offered to align the mobile button position with desktop:
Status: Solution provided, awaiting implementation confirmation from the original poster.
i want to change the shop now mobile button position to show like in the desktop button
url : saintalen.com
@ai41 - you want to show the button at the bottom of the image?
not at the bottom , i want it to show exactly like in the desktop
@ai41 - on browser view it is like this,
yeah i want it to be down ,
@ai41 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: flex-end;}
}