Jump to content

[Share] Move Text under Banner Slideshow Image on Mobile

Recommended Posts

Posted

If CSS code doesn't work, you can send link to page where you use Slideshow, I will check again.

You have a List Slideshow like this (desktop)

image.png.3108f2e1ba30961643adf6f12562188d.png

On mobile, it show this

image.png.74050f262597d4117e2854de89dc6cbd.png

You want to move text under image, like this

image.png.e9cf6b0be3ee7896b6371d29c2caf567.png

You can follow these steps.

#1. First, find ID of Slideshow Section.

In my example, it is:

section[data-section-id="673efc2a8d0714337bebe7f2"]

image.png.504c9c355bf9811a2b15473ccf547c5b.png

#2. Use this code to Custom CSS box

@media screen and (max-width:767px) {
  section[data-section-id="673efc2a8d0714337bebe7f2"] {
    li.slide.list-item {
        padding: 10px !important;
    }
    /* image height */
    .slide-media-container {
        height: 50% !important;
    }
    /* text */
    .slide-content {
        width: 100% !important;
        margin: unset !important;
        position: absolute !important;
        top: 50%;
    }
  }
}

image.thumb.png.85f9a87782ac20b326e7d9da4651b5c3.png

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!)

  • Replies 0
  • Views 73
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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.