Jump to content

How to make Image+Card to Shrink Down Correctly for Mobile

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Add to Design > Custom CSS

/* We are your team mobile */
@media screen and (max-width:767px) {
div#block-0f2b72d0aa22a0e580f0 {
figure {
    display: flex !important;
    flex-direction: row-reverse;
}
h3 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
p {
    font-size: 14px;
}
a {
    font-size: 12px !important;
    padding-left: 10px;
    padding-right: 10px;
}}}

 

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

@tuanphan thank you so much for this!

The client ended up not liking the way that was looking either so I went back to a simple image and text separation and its working for them much better on mobile.

My only question now is...is there a way to switch the order of the text area and the photo on mobile?

So basically would like the photo to show up right on top of "Larger Group Size"

Is that possible?

Tamara Makeup and Hair Artistry.jpeg

Link to comment
On 3/20/2022 at 12:38 AM, ThisWayToFabulous said:

@tuanphan thank you so much for this!

The client ended up not liking the way that was looking either so I went back to a simple image and text separation and its working for them much better on mobile.

My only question now is...is there a way to switch the order of the text area and the photo on mobile?

So basically would like the photo to show up right on top of "Larger Group Size"

Is that possible?

Tamara Makeup and Hair Artistry.jpeg

Add to Design > Custom CSS

/* Mobile - We are your team */
@media screen and (max-width:767px) {
div#page-section-623610b2c4d5ac26b04c5d1a .span-12>.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

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.