Jump to content

Move inline image block caption above image

Recommended Posts

  • Replies 4
  • Views 625
  • Created
  • Last Reply
4 hours ago, kc2615 said:

Using Marta template. Looking to place the caption of an inline image block above the image instead of below. Cannot find the answer for the life of me! I've been experimenting with flex property with no luck yet. Thanks.

Could you share your current url?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
  • 2 weeks later...
On 3/10/2021 at 3:59 AM, kc2615 said:

Using Marta template. Looking to place the caption of an inline image block above the image instead of below. Cannot find the answer for the life of me! I've been experimenting with flex property with no luck yet. Thanks.

Hi. Do you still need help? Can you share link to page where you added inline image?

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
9 hours ago, tuanphan said:

Hi. Do you still need help? Can you share link to page where you added inline image?

Hi! shopsisea.com/mega-shop. Looking to change "BY SISEA" to be at the top of the image instead of the bottom. (This page is where my mega menu is set up)

Link to comment
On 3/21/2021 at 12:37 AM, kc2615 said:

Hi! shopsisea.com/mega-shop. Looking to change "BY SISEA" to be at the top of the image instead of the bottom. (This page is where my mega menu is set up)

Add to Design > Custom CSS

/* Inline image caption */
div#block-yui_3_17_2_1_1615306603218_10103 figure {
    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;
}

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.