How do I move the shop all button from the bottom to where I want it as indicated by the arrows? This only applies to mobile. There is no button for desktop. My URL is www.whosociety.com
Hi there @samueljoonjung You should check out this YouTube video here https://m.youtube.com/watch?v=BNJ5COndKrg and let me know if it helps you sort out your issue.
Hey @samueljoonjung
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
- Go to Online Store → Theme → Edit code.
- Open your theme.css / based.css file and paste the code in the bottom of the file.
@media screen and (max-width: 768px) {
.banner__media.media.scroll-trigger.animate--fade-in {
position: relative;
}
.banner__content.banner__content--middle-center.page-width.scroll-trigger.animate--slide-in {
position: absolute;
z-index: 11111111111111 !important;
top: 67%;
right: 25%;
}
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales!
(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!




