I need a css code to change slideshow button + text to different positions

I need a css code to change slideshow button + text to different positions

PhiviaAlexandou
Excursionist
18 0 4

PhiviaAlexandou_0-1727868721813.png 

 

preview url: https://ytz40akg8znmnkit-41826386080.shopifypreview.com

 

I have 2 different pictures in slideshow, I need the position of the button/text to only switch on a specific slideshow picture, not to every single picture.

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
12019 2348 2528

Hi @PhiviaAlexandou 

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

<style>
@media (min-width: 750px) {
    #Slide-template--23246848000333__slideshow_ecYGML-1 .banner__content {
        align-items: flex-start;
        justify-content: flex-end;
    }
}
</style>

Screenshot 2024-10-03 at 09.59.51.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.

PhiviaAlexandou
Excursionist
18 0 4

how do I change it to different positions on specific pictures?