hi have tried all the codes i have seen on the discussions but none have worked for me. i would like my button position to be like this website on mobile
https://threenailsclothing.com/
thank you in advance for your help!
hi have tried all the codes i have seen on the discussions but none have worked for me. i would like my button position to be like this website on mobile
https://threenailsclothing.com/
thank you in advance for your help!
oh sorry for that issue can you please share store url so i will check and let you know
my store is not yet live, how do I send you the URL?
Hi @zee13
Can you kindly share your preview store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
https://esfuerzolifestyle.com/
password is zee13
https://esfuerzolifestyle.com/
my password is zee13
Hi @zee13
To make the button display in the position you want, you can follow these steps:
1. Online Store → Themes → Edit code
@media screen and (max-width: 767px){
.Slideshow__Content {
position: absolute;
left: 120px;
bottom: 20px;
top: inherit;
}
}
I hope that it will work for you.
thank you so much, it worked
Also how can I make the button smaller
Hi @zee13
You can add this code at the end of the theme.scss file:
@media screen and (max-width: 767px){
...
.Button {
padding: 12px;
font-size: 12px;
width: 140px;
}
}
You can customize these properties as you want, and the button should look like this:
We hope that this can help you.
that did not work unfortunatly.
Hi @zee13
We apologize if we have confused you. We mean that you should add that code right below the previous code we sent, or you can simply remove the “…” from the code if you have added it at the end of the file. If it still doesn’t work, please let us know.