How can I change the slideshow button position on Dawn theme for mobile?

Solved

How can I change the slideshow button position on Dawn theme for mobile?

Mobra47
Tourist
13 0 1

Hi,

 

i would like to change the position of the button down to the bottom only on the Mobileversion. Desktop I already made it work.

Where do I need to add a code change and what is the correct code for it?

 

Screenshot 2024-02-23 at 10.53.26.png

Thanks in advance!

 

Link to the website: https://zipstercards.de/

password: zipster2023

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
11593 2272 2453

This is an accepted solution.

previous code incorrected. Please update

<style>
@media (max-width: 767px){
.banner__buttons {
margin-top: 40px !important;
}
}
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11593 2272 2453

Please add this code to your theme.liquid file, after <head> in Online Store > Themes > Edit code 

 

<style>
@media (max-wdith: 767px){
.banner__buttons {
margin-top: 40px !important;
}
}
</style>

Screenshot 2024-02-23 at 17.01.11.png

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Mobra47
Tourist
13 0 1

Hi, thank you for your answer! Unfortunatly it won't solve my problem. Do you know why?Screenshot 2024-02-23 at 11.29.20.pngScreenshot 2024-02-23 at 11.29.30.png

Dan-From-Ryviu
Shopify Partner
11593 2272 2453

This is an accepted solution.

previous code incorrected. Please update

<style>
@media (max-width: 767px){
.banner__buttons {
margin-top: 40px !important;
}
}
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.