HMitrushi Posted February 3 Share Posted February 3 (edited) Hi, I'm trying to reduce the width of the carousel card in the testimonial section toward the bottom of the homepage. Changing the padding is only moving the text but leaving the card super wide. I also want to round only two of the corners, not all of them. Any code for this? Thank you! Heidi Edited February 3 by HMitrushi added an image Link to comment
Web_Solutions Posted February 4 Share Posted February 4 15 hours ago, HMitrushi said: Hi, I'm trying to reduce the width of the carousel card in the testimonial section toward the bottom of the homepage. Changing the padding is only moving the text but leaving the card super wide. I also want to round only two of the corners, not all of them. Any code for this? Thank you! Heidi Can you share the website URL? tuanphan 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
HMitrushi Posted February 18 Author Share Posted February 18 Sure! https://www.eagleptnh.com/ The testimonial carousel is toward the bottom of the page. Thanks! Link to comment
tuanphan Posted February 20 Share Posted February 20 On 2/18/2024 at 11:07 PM, HMitrushi said: Sure! https://www.eagleptnh.com/ The testimonial carousel is toward the bottom of the page. Thanks! You can use this CSS code /* testimonials */ .user-items-list-item-container[data-section-id="65ba803898976a5cd3a78590"] { max-width: 900px; margin: 0 auto; } .user-items-list-item-container[data-section-id="65ba803898976a5cd3a78590"] li { border-top-right-radius: 0 !important; border-bottom-left-radius: 0 !important; } SusanneO 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment