Hello. On dev1.thumbprintbooks.ca/family-stories I’d like to vertically center all the columns on the page. I have added the following to the Page CSS (based on a prior topic you had answered), but it isn’t forcing the columns to be centered:
.x-section .x-container.marginless-columns .x-column {
vertical-align: middle;
}
Also I would like the columns in the rows with gray background to be swapped on mobile, so that the heading, text, and image are always in that order. I tried some solutions from other topics in Support, but they didn’t work. So am turning to you.
Thanks.