-2

At the moment I'm trying to make a responsive slider with text on the left and an image on the right.

On smaller screen, the image should move above the text (see below).

I have already tried this on a few occasions (for example with a grid or two images), but it did not work.

Mobile:

Desktop:

(Image source for the example: https://guten-tag.cmsmasters.net/)

Syscall
  • 19,327
  • 10
  • 37
  • 52
Chris
  • 1
  • 2
  • 1
    Welcome to Stack Overflow! Questions seeking code help must include the shortest code necessary to reproduce it **in the question itself** preferably in a [**Stack Snippet**](https://blog.stackoverflow.com/2014/09/introducing-runnable-javascript-css-and-html-code-snippets/). See [**How to create a Minimal, Reproducible Example**](http://stackoverflow.com/help/reprex) – Paulie_D Mar 21 '21 at 20:32
  • Hi Chris, you mentioned you had some examples that didn't work. Could you include them in your post? – Chris Happy Mar 22 '21 at 06:52
  • Hi, thanks again for your feedback, and correct, some code I should have actually mentioned. Nevertheless, I have found a solution to the question [here](https://stackoverflow.com/questions/17455811/swap-div-position-with-css-only) . Thanks for your time anyway ;D – Chris Mar 22 '21 at 08:39
  • Welcome to Stack Overflow! No answers in the question, please. I have rolled back/edited your question and removed the answer. Add the answer in the answer section only. – Sabito stands with Ukraine Mar 22 '21 at 13:07

1 Answers1

0

Update

Hi, thanks again for your feedback, and correct, some code I should have actually mentioned. Nevertheless, I have found a solution to the question here. Thanks for your time anyway ;D

Chris
  • 1
  • 2