Jump to content

Switching order of image and text

Recommended Posts

1 hour ago, chachaboon said:

Site URL: https://www.thegoodpup.com.sg/daycare

Hi,

I would like to switch the order of the image and text under "Fun training" in the mobile view. So that the image on the right appears on top of the text. How can I do it in CSS? Please advise.

You could try this in Design > Custom Css

@media only screen and (max-width: 600px) {


#block-9f6783f721e4df8acfeb + .row + .row {
  display: flex;
}
#block-9f6783f721e4df8acfeb + .row + .row .span-6:last-child {
  order: 5;
}
  
  
}

 

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.