I want help in reversing columns in row when viewed on Mobile #1477
-
Help WantedI have two rows with combination of text and image combination columns. 2nd row: So, whenever I see on Mobile, only the 2nd row columns should be reversed(like text should come in 1st column and image should come in 2nd column). I have tried .ui.mobile.reversed property but couldn't succeed. Attaching referencing images and link. Testcase |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Try |
Beta Was this translation helpful? Give feedback.
-
Hi exoego, |
Beta Was this translation helpful? Give feedback.
-
I made a demo https://jsfiddle.net/bscmv0ro/ |
Beta Was this translation helpful? Give feedback.
-
@exoego . Yes, you are correct. .row wrapper is not needed. Once I removed it, worked fine by adding mobile reversed. You are really quick and saved my time. I would like to ask, if do we have any website code to practise, how to code exactly by pre-defined Semantic UI classes. |
Beta Was this translation helpful? Give feedback.
-
Closing since the initial usage question was resolved.
Hmm, sorry, but I do not know any external websites or books for studying Semantic-UI/Fomantic-UI... I and my team always learn from their official document websites. Feel free to open issues and send patchs (pull requests) to documents, if you find rooms for improvement !! |
Beta Was this translation helpful? Give feedback.
I made a demo https://jsfiddle.net/bscmv0ro/
I think
.row
wrapper is not needed, sincetwo column
is explicitly specified.Does this demo satisfies your needs ?