Jump to content

Banner Image Text on Desktop and Mobile

Recommended Posts

  • Replies 4
  • Views 840
  • Created
  • Last Reply

Add to Home > Design > Custom CSS

@media screen and (max-width:640px) {
.sqs-gallery-block-slideshow .meta {
    display: block !important;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-center .meta {
    top: unset;
    left: unset;
}
}

 

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
33 minutes ago, tuanphan said:

@media screen and (max-width:640px) { .sqs-gallery-block-slideshow .meta { display: block !important; } .sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-center .meta { top: unset; left: unset; } }

Thanks Tuanphan! 

That worked! - it hasn't centred though, any ideas how I can get it centred? 

image.png.33e56a8cb18ab187984e191a92599970.png

Link to comment

remove above and try this

@media screen and (max-width:640px) {
.sqs-gallery-design-stacked-slide:only-child {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sqs-gallery-block-slideshow .meta {
    display: block !important;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-center .meta {
    top: unset;
    left: unset;
}
}

 

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.