Hey guys,
how can i move the slideshow-button to the left so that it is placed where the marker is on the screenshot of the desktop page.
Thank you for your help.
Kind regards
Hey guys,
how can i move the slideshow-button to the left so that it is placed where the marker is on the screenshot of the desktop page.
Thank you for your help.
Kind regards
Please share your store URL.
i have send you a private message with the preview link @dmwwebartisan
@Patik
kindly share your store URL so,
I can solve your issue.
Thank You.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (min-width: 750px){
.slideshow__btn {margin-right: 40% !important; margin-top: 10% !important;}
}
Thanks!
@Patik
paste this code on top of the theme.scss file.
@media only screen and (min-width: 992px) {
.slideshow__btn-wrapper {
margin-right: 290px !important;
margin-top: 100px !imprtant;
}
}
Thank You.
Hey thank you @dmwwebartisan the code you send doesn´t works. Do you have another solution for me?
thanks a lot
@Patik
Paste this code on the top of the bamboo-tree file.
@media only screen and (min-width: 992px) {
.accordion {
margin-top: 15px !important;
}
}
Thank You.
@Zworthkey omg thank you so much! It works ![]()
have a nice day
@Patik
If it is helpful then like and accept my solution.
Thank You.