BoulevardNorth Posted January 27, 2022 Posted January 27, 2022 Site URL: https://trinity-united.squarespace.com/meet-our-team Hi, I'm having issues with some mobile view settings on my site. I'm using Squarespace 7.1 The site can be viewed here: https://trinity-united.squarespace.com/meet-our-team PW: Trinity-Blvd If you scroll down to the red section that has the accordion of the staff bios, I'd like that to span the width of the screen but can't seem to locate where to adjust that in css. Also, I've added css to stack the header and accordion since it's auto format goes side-by-side. The code I found to put in stacks them in the wrong order as I need the heading above accordion. Does anyone know what I'd got wrong in the code? section[data-section-id="61b1201f250f073b7bbff239"] .sqs-row { display: -webkit-flex !important; -webkit-flex-direction: column-reverse; display: flex; } Thanks in advance!
Solution tuanphan Posted January 28, 2022 Solution Posted January 28, 2022 Change to this code section[data-section-id="61b1201f250f073b7bbff239"] .sqs-row { display: -webkit-flex !important; -webkit-flex-direction: column; display: flex; } 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!)
BoulevardNorth Posted February 1, 2022 Author Posted February 1, 2022 On 1/28/2022 at 3:18 AM, tuanphan said: Change to this code section[data-section-id="61b1201f250f073b7bbff239"] .sqs-row { display: -webkit-flex !important; -webkit-flex-direction: column; display: flex; } Thank you! Do you know how to adjust the accordion padding so it spans the whole width of the page on mobile/tablet view?
tuanphan Posted February 7, 2022 Posted February 7, 2022 On 2/2/2022 at 12:18 AM, BoulevardNorth said: Thank you! Do you know how to adjust the accordion padding so it spans the whole width of the page on mobile/tablet view? Add to Design > Custom CSS .accordion-item__description { min-width: 100% !important; max-width: 100% !important; width: 100% !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment