Slideshow-button on the desktop side to the left

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

1 Like

@Patik

Please share your store URL.

1 Like

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.

1 Like

@Patik

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.

1 Like

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.

1 Like

@Zworthkey omg thank you so much! It works :smiley:

have a nice day

@Patik
If it is helpful then like and accept my solution.
Thank You.

1 Like