Jump to content

Change order of text and image when viewing on mobile

Recommended Posts

On 3/2/2022 at 11:25 AM, MD1210 said:

Hi @tuanphan - I am attempting to do something similar but instead have the image appear on top in mobile since I have more text - https://www.partumhealth.com/ - I attempted to paste in the code above under Design> Custom CSS but that did not seem to work. Any insight would be much appreciated! 

PS total novice here. Thanks in advance!

image.thumb.png.4b2242eda8519f97c856b50ddabda1a5.png

Add to Design > Custom CSS

@media screen and (max-width:767px) {
div#page-section-621ee34b5a0d417b76dc126d>.row {
    display: flex;
    flex-direction: column-reverse;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 year later...
On 2/3/2024 at 4:48 AM, laurasharp said:

Hi @tuanphan! I have tried entering the code for my mobile view and am having trouble. On the About page mobile view, I would like Amina's picture to come before the narrative about her.  Website is https://brass-koi-pm95.squarespace.com/ and password is Vermont

Solved via email.

@media screen and (max-width: 767px) {
    div#block-yui_3_17_2_1_1706646947586_109917+.row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.