Slide show mobile is different from desktop version. Help!

As you can see below, the slideshow in desktop and mobile version are different.

I would love the mobile version to have text inside the picture, centered.

Is it possible?

Also, for the featured collection “Sparkling tea”, on mobile: can we move the text to the middle?

Like the one “we bring you the best of Nordics”.

Thank you very much for your help! :slightly_smiling_face:

hi @CPHAGEN_Nordic
What theme you are using on your store?
can you share the store url, then I can spend time to check it.

1 Like

Hi @ExpertRookie ,

This is our webshop url: https://cphagen.com/

I think it’s Cascade theme. Quite edited by now, by different people in different moments :grinning_face_with_smiling_eyes:

Thank you for your help

Hi @CPHAGEN_Nordic
You can try follow this path:
Themes => edit code => asset => theme.min.css
and add this code to bottom of the file theme.min.css

.image-with-text__content.lg--up--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

Unfortunately, this is not working.

Any ideas?
Thanks

Hi @CPHAGEN_Nordic
Just sent you request access, please check and approve, then we can help you fix.

1 Like

Thank you.
Just reviewed and accepted!

Hi @CPHAGEN_Nordic
Just help you add some custom code, please check the page again.

1 Like

That’s PERFECT!!! WOW. Thank you :slightly_smiling_face: