- Joined
- Feb 20, 2015
- Messages
- 69
- Likes
- 35
- Degree
- 0
Hello
I have 2 columns 1/2 | 1/2
Left column
<div class='container'>
<div class='item1'>text</div>
<div class='item2'>image</div>
</div>
Right column
<div class='container'>
<div class='item3'>image</div>
<div class='item4'>text</div>
</div>
More info
On desktop view the text and image are on the same line
On mobile view the text goes on top of the image like it's suppose but I would prefer having the image on top of the text. The right column is just fine on mobile so I am just looking to modify the left column to behave like the right column on mobile view only. CSS or jscript but would prefer CSS
I have 2 columns 1/2 | 1/2
Left column
<div class='container'>
<div class='item1'>text</div>
<div class='item2'>image</div>
</div>
Right column
<div class='container'>
<div class='item3'>image</div>
<div class='item4'>text</div>
</div>
More info
On desktop view the text and image are on the same line
On mobile view the text goes on top of the image like it's suppose but I would prefer having the image on top of the text. The right column is just fine on mobile so I am just looking to modify the left column to behave like the right column on mobile view only. CSS or jscript but would prefer CSS