leyogascope Posted December 22, 2023 Share Posted December 22, 2023 Hi!! I would like to modify the arrows' height on the client's review carrousel, to frame the tittle (as seen on screenshots) Can somebody help me with a CSS code? Thanks!! Link to comment
tuanphan Posted December 24, 2023 Share Posted December 24, 2023 Can you share link to this page? 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
leyogascope Posted December 26, 2023 Author Share Posted December 26, 2023 Sure: https://dory-lime-b3ka.squarespace.com/avis-clients (The website is private though..) Link to comment
tuanphan Posted December 27, 2023 Share Posted December 27, 2023 14 hours ago, leyogascope said: Sure: https://dory-lime-b3ka.squarespace.com/avis-clients (The website is private though..) 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!) Link to comment
Solution tuanphan Posted December 29, 2023 Solution Share Posted December 29, 2023 You can add this to Website Tools (under Not Linked) > Custom CSS .user-items-list-item-container[data-section-id="6582d8ff86c8db2c2e5e0949"] .user-items-list-carousel__arrow-icon-holder { align-items: flex-start !important; } 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
leyogascope Posted December 29, 2023 Author Share Posted December 29, 2023 Thank you so much! Link to comment
leyogascope Posted December 30, 2023 Author Share Posted December 30, 2023 It's me again 🙂 Can you give me a code that would also apply this change to the mobile view not only desktop? Right now the arrows appear at the bottom of the page. The domain as changed and is published now: https://www.leyogascope.com/avis-clients Thank you! Link to comment
tuanphan Posted January 1 Share Posted January 1 On 12/31/2023 at 4:18 AM, leyogascope said: It's me again 🙂 Can you give me a code that would also apply this change to the mobile view not only desktop? Right now the arrows appear at the bottom of the page. The domain as changed and is published now: https://www.leyogascope.com/avis-clients Thank you! You mean apply mobile only? Use this code @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="6582d8ff86c8db2c2e5e0949"] .user-items-list-carousel__arrow-icon-holder { align-items: flex-start !important; } } 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
leyogascope Posted January 2 Author Share Posted January 2 No to mobile ALSO 🙂 because your first code only applied to the desktop version of the site Link to comment
tuanphan Posted January 3 Share Posted January 3 Use this code for mobile @media screen and (max-width:991px) { .user-items-list-item-container[data-section-id="6582d8ff86c8db2c2e5e0949"] { .desktop-arrows { display: flex !important; } .mobile-arrows { display: none !important; } }} 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