Grid Design Issue
-
I am trying to design the following:
Grid with 25% image on right, 75% Text on left (1 heading, 1 paragraph)
heading and paragraph here — image here
It gives this
container
grid
container
-heading
container
-paragraph
container
– imageWhen i go to mobile, I can change order so image shows up between heading and paragraph. That is fine and what I want.
But next I want reverse
Grid with 75% text on right (1 heading, 1 paragraph) 25% image on leftimage here — heading and paragraph here
It comes up with this
Grid
Container
-heading
–container
–paragraph
container
-imageSo I cannot put the image in mobile between heading and paragraph like the first instance.
If I change it to
Container
-heading
container
-paragraph
container
-imageIt puts the paragraph on the left side under the image instead of under the heading on the right
Is there a way to accomplish what I want, and if so, what am I missing?
Thanks
Doc
- The topic ‘Grid Design Issue’ is closed to new replies.