the ‘image with text’ section leads with the photo first followed by text when on mobile however I would like it to lead with the text followed by the image, how would I go about doing this?
Try adding this under “Custom CSS” in section settings:
.image-with-text__media-item {
order: 1;
}
“Desktop image placement” setting will start workin in the opposite way, so you’d need to change this setting.
1 Like