Jump to content

Moving Flatiron Mobile Description Text

Go to solution Solved by tuanphan,

Recommended Posts

Hi I am wanting to move the description text on the mobile Flatiron template to have the text below all the images, without changing the description position in the desktop version.

Is this possible through custom CSS? 

Thank you!

Link to comment
  • Replies 5
  • Views 451
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • 4 weeks later...
  • Solution
On 4/22/2021 at 6:47 AM, SGA said:

@tuanphan Thanks! I have found a rount-about way but here is the link to the website: https://www.sgaltd.co.nz/residential#/zonnebries/

 

Add to Design > Custom CSS

/* text under image */
@media screen and (max-width:640px) {
div.project-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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
On 4/24/2021 at 9:08 PM, tuanphan said:

Add to Design > Custom CSS


/* text under image */
@media screen and (max-width:640px) {
div.project-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
}

 

Amazing thank you so much! 

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.