Alternating content image and text
Hi there,
I want to have alternating sections of content where there is an image and then text beside it like below on desktop
Image | Text Here
Text Here| Image
Image| Text Here
However when looking at it on mobile it stacks as the following - which is how it is layout wise (based off desktop) but visually it is not right for the user
Image
Text
Text
Image
I would prefer the image to appear on top for each section on mobile with the text underneath
Image
Text
Image
Text
Is there any way to do this in Muffin Builder apart from doing a separate mobile only section that doesnt display on desktop?
Comments
Example:
First, let's edit our collumn and put an Icon for top,
below this let's type Contact us!
Customize this code a little with HTML/CSS tags and let's do a break with divider.
Change text-align to center too http://prntscr.com/jy23tq
But that's still not to much, let's write something there and set the color for this column.
http://prntscr.com/jy2437
And the result is:http://prntscr.com/jy249n
If you have some questions, feel free to ask.
Thanks
Thanks