Jump to content

I want my testimonial slide (list carousel) to display images to the left of the title, having them side by side.

Recommended Posts

Posted (edited)

The carousel I'm referring to is on the homepage (https://snail-lemon-4w2b.squarespace.com), near the bottom: 

I'd like the image to appear to the left and side by side with the quote. 

image.thumb.png.3726e0cc69ff979e9fd32a0f7dd7d10b.png

However, I don't want the "case studies" carousel below it to be affected. Is there any CSS I could use to make this possible? Thank you so much!

Edited by Nivi
Posted

Add to Design > Custom CSS

/* List testimonial */
@media screen and (min-width:992px) {
.user-items-list-item-container[data-section-id="648794747c34a03404938d6c"] li {
    flex-direction: row !important;
}
.user-items-list-item-container[data-section-id="648794747c34a03404938d6c"] .list-item-content {
    width: 80%;
}}

 

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

  • 2 months later...
  • 8 months later...
Posted
On 5/19/2024 at 6:56 AM, dpaskalis said:

hi @tuanphan this is helpful!

I need help so the image shows at the side of body, your code results it showing at the side of title. in the case of my website https://dianpaskalis.com/, it should show next to the person name. Is that possible?

Use this code

@media screen and (min-width: 768px) {
    .user-items-list-item-container[data-section-id="6642de900f066c1856fd81c2"] li {
        flex-direction:row !important;
        align-items: flex-end;
    }

    .user-items-list-item-container[data-section-id="6642de900f066c1856fd81c2"] .list-item-content {
        width: 80%;
    }
    .list-item-media {
        margin-bottom: 0px !important;
    }
}

image.png.6ce049f50b3c5bb68ac56d49cedee1e7.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!)

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.