Maki_3
June 14, 2022, 12:56pm
1
Can anyone help me with changing the position of the button in the Dawn theme in the mobile preview?
Now it looks like this:
just to note that the text is part of the image.
I would like to change the position of the button, because in the mobile view it passes over the text, so I would like to place it more in the lower left corner on every slide in mobile view.
Maybe here in this position:
In desktop view it is fine.
Can anyone help with this?
Thank you!
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Maki_3
June 14, 2022, 1:26pm
3
Hi, thanks for the help!
Here is the link
https://interagrar.myshopify.com/
secree
Hello There,
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset >base.css and paste this at the bottom of the file:
@media screen and (max-width: 767px){
.banner__buttons {
position: absolute;
top: 100px!important;
}
}
Maki_3
June 14, 2022, 1:56pm
5
Great, this is what I wanted!
Thank you very much!
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.