Jump to content

How to put text and button on second slide on the left side, and third on the right but leave the first as it is?

Recommended Posts

  • Replies 2
  • Views 258
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Posted
28 minutes ago, trapdooralice said:

Site URL: http://www.littlepinetoys.com

Can someoe give me the codes please?

As stated, the first slide is perfect, but on the second I would like text and button on the left side, and on the thrid slide on the right side.

Brez naslova.png

vdf.png

Try adding to Home > Design > Custom Css

section[data-section-id="6176e6f4e0e8eb155e17df52"] .list-item:nth-child(2) .slide-content {
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%)
}
section[data-section-id="6176e6f4e0e8eb155e17df52"] .list-item:last-child .slide-content {
  position: absolute;
  top: 50%;
  right:0;
  transform: translateY(-50%)
}

Let me know how it works on your site

Support me by pressing 👍 if this useful for you

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> No-code customisations for Squarespace

Posted
7 minutes ago, bangank36 said:

Try adding to Home > Design > Custom Css

section[data-section-id="6176e6f4e0e8eb155e17df52"] .list-item:nth-child(2) .slide-content {
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%)
}
section[data-section-id="6176e6f4e0e8eb155e17df52"] .list-item:last-child .slide-content {
  position: absolute;
  top: 50%;
  right:0;
  transform: translateY(-50%)
}

Let me know how it works on your site

Support me by pressing 👍 if this useful for you

It worked! Now is like this (picture) Is there a way to make text more like on second picture? 

gtgtr.png

34543.png

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.