Jump to content

blocks order in mobile view

Recommended Posts

  • Replies 1
  • Views 260
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

On 5/6/2021 at 8:55 PM, renostudio said:

Site URL: https://www.renostud.io/be-a-designer

My url is https://www.renostud.io/how-it-works.

On mobile its image text text image text. Can you give me code so its image text image text image text? tks.

Hi. Add to Design > Custom CSS

/* order of image text */
@media screen and (max-width:767px) {
/* be a designer */
div#page-608a7e782a0f8f491758ef34>.row:nth-child(4) {
    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;
}
/* how it works */
div#block-57f9275491db3cbbbf74 figure {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
}

 

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.