Jump to content

What is the simplest way to add captions to images in 7.1 so they work in mobile?

Recommended Posts

Posted

Site URL: https://www.ojoveterinario.es/compartir-qr

In my site, ojoveterinario.es/compartir-qr, the qrs are below the texts as they are supposed to be. But when I check on mobile... they have been reversed! I have tried many CSS unsuccessfully.

Note: I would want something robust ie. CSS code. Adding images and line blocks might work to start with, but if I have to change anything again, it will again break.

  • Replies 2
  • Views 118
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted (edited)
13 hours ago, ojos said:

when I check on mobile... they have been reversed

Your mobile layout is controlled independently of the desktop layout.

Within the editor, choose the mobile layout (using the icons, top-right) and then drag the elements into the layout you require for mobile. Custom CSS is not required.

Did this help? Please give feedback by clicking an icon below  ⬇️

Edited by paul2009

Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. 
Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links.
Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.

Posted

Add this code into custom css:

.content-wrapper {
  display: flex;
  flex-direction: column;
}

/* Mobile layout adjustment */
@media (max-width: 767px) {
  .content-wrapper {
    display: flex;
    flex-direction: column-reverse; /* Reverse the order for mobile */
  }
}

 

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.