tulikasud Posted August 29, 2022 Share Posted August 29, 2022 Site URL: https://www.studiogiraffe.sg/ Hi, I have two side-by-side accordion blocks which looks fine on desktop. On mobile, I'd like them to look like one single accordion block i.e. remove the space between the last item on the first accordion and the first item on the second accordion. How can I do this with CSS? Link to comment
tuanphan Posted August 29, 2022 Share Posted August 29, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1661754245438_133611 { padding-top: 0px !important; } div#block-yui_3_17_2_1_1661754245438_10049 { padding-bottom: 0px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tulikasud Posted August 30, 2022 Author Share Posted August 30, 2022 Thanks so much! tuanphan 1 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