Change blog view in mobile
-
I want to change the blog view similar to the tab view.
Currently, in mobiles, I get images on top and text on the bottom.
Now, I want the image should be on the left side and the text on the right.
Please help with the CSS for this. I tried:
.blog-post { display: flex; flex-direction: row; align-items: center; }
- This topic was modified 1 year, 11 months ago by .
- This topic was modified 1 year, 11 months ago by .
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change blog view in mobile’ is closed to new replies.