I tried pasting the suggested code into an HTML container to the top of the page and setting the ID Attribute correctly, but it doesn’t work for me.
Are there any updates to this problem?
I am simply trying to reverse two elements in a basic row container when the page width changes to mobile.
For laptop/desktop, I have an image on the left and a text group on the right.
For mobile, I just want them to switch so the image renders below the text instead of above the text.
Thanks - I’m not sure how to do that. Forgive me - learning here.
I had tried the conditional on the page width for the original HTML and then plugged in the flex-direction snippet you copied in to replace the wrap-reverse.
Is there an element style for that? I searched for an HTML style.
The ID can be anything. It doesn’t have to be “reverse”. What’s important is that the ID of the target element matches the ID referenced in the HTML element
Yes, I’m familiar with how that ID can be any term - but was confused since I could not find the ID Attribute actually assigned to the target element, except for how it’s referenced in the Conditional as you show.
I thought it had to be assigned in at the bottom of the appearance tab, which was blank.
But it works, so I’m glad to learn something new, as I am every day - and thanks again!