Prestige theme: Slideshow some text disappears bottom right

Hello, i have a problem with my slideshow. Some of the text disappears on the right site. It haven’t always done that, but suddenly when I looked today there has been this error. Can somebody help me fix this?

Visit: www.americanwine.dk

Thanks!

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.Slideshow__Content {
    padding: 0 0px;
    left: -25px;
}

Hey @LauraOO

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Now the other side is disappearing?

Is there some code that create equal padding on both sites?

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.Slideshow__Content {
    padding: 0 0px;
    left: -25px;
}
.Slideshow__Content.Slideshow__Content--bottomLeft {
    padding: 0 0px;
    left: 20px;
}

Thank you so much :slightly_smiling_face:

1 Like

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.
If helpful then please Like and Accept Solution.