Solved

How can I adjust button placement on mobile view?

Willy_Jones
Shopify Partner
2 0 2

Good day can you guys help with this button as it is overlap with the text on mobile.

 I would like it to go to the bottom.

Screenshot_20230526_125116_com.android.chrome.jpg

 

Here is the store link

 

https://nonstop-energy.myshopify.com/?_ab=0&_fd=0&_sc=1

 Password: yeisho

W. Jones
Accepted Solution (1)

ZestardTech
Shopify Expert
5395 971 1293

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.css and paste this at the bottom of the file:

@media (max-width: 992px) {
.Slideshow__Content {
    top: 80%;
}
}

 

ZestardTech_0-1685103442143.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Expert
5395 971 1293

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.css and paste this at the bottom of the file:

@media (max-width: 992px) {
.Slideshow__Content {
    top: 80%;
}
}

 

ZestardTech_0-1685103442143.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Willy_Jones
Shopify Partner
2 0 2

Thanks a lot bro it worked 🤝🏽🙏🏽

W. Jones
ZestardTech
Shopify Expert
5395 971 1293

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing