Site URL: http://www.taichinash.com
I have added this to my CSS Code to try to fix my Mobile site. (It's a mess).
@media only screen and (max-width: 640px) {
div#page-section-62efe18aa0206c077b5ab055 .row {
display: flex;
flex-direction: column-reverse;
}}
I have lots to re-order on the Mobile site. The page looks fine on full browser. Before I fix the whole mobile site - I am trying to get following.
Image 1. Text 1. then
Image 2. Text 2.
It's showing up as
Text 1. Image 1.
Image 2. Text 2.
Not even sure how I will tackle the three columns yet. Any help would be great. Websites and CSS are not my strength 😉 Tai Chi is.
Thanks