Nivi Posted June 27, 2023 Posted June 27, 2023 (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. 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 June 27, 2023 by Nivi
tuanphan Posted June 28, 2023 Posted June 28, 2023 Hi, What is password? 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!)
Nivi Posted June 28, 2023 Author Posted June 28, 2023 (edited) @tuanphan The password is toybox. Thanks! Edited June 28, 2023 by Nivi
tuanphan Posted June 30, 2023 Posted June 30, 2023 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!)
Chesterfield Posted September 4, 2023 Posted September 4, 2023 Hello, I want the image to appear beneath the content
tuanphan Posted September 5, 2023 Posted September 5, 2023 On 9/4/2023 at 8:35 PM, Chesterfield said: Hello, I want the image to appear beneath the content Change "row" in the code to column OR 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!)
dpaskalis Posted May 18 Posted May 18 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?
tuanphan Posted May 21 Posted May 21 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; } } dpaskalis 1 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment