bbarinaga Posted September 26, 2020 Share Posted September 26, 2020 Site URL: http://www.bbarinaga.com Hello, I am on 7.0 and am attempting to simply make one individual summary list (grid) switch to 2 columns on mobile. I have used the following code and it works, but the change is applied to all summaries and I only need it for this one: https://www.bbarinaga.com/portadasebooks @media screen and (max-width:640px) { .sqs-block-summary-v2 .summary-item.positioned { width: 50% !important; position: static; } .sqs-block-summary-v2 .summary-item-list { display: flex; flex-wrap: wrap; flex-direction: row; } } Can someone help me? Site URL: https://www.bbarinaga.com/portadasebooks https://www.bbarinaga.com/portadasebooks password: 1234 Link to comment
tuanphan Posted September 27, 2020 Share Posted September 27, 2020 Add to Page Settings . Advanced > Header If you use Personal Plan > You can edit Page > Add Code Block <style> @media screen and (max-width:640px) { .sqs-block-summary-v2 .summary-item.positioned { width: 50% !important; position: static; } .sqs-block-summary-v2 .summary-item-list { display: flex; flex-wrap: wrap; flex-direction: row; } } </style> bbarinaga and RaulSantos 2 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
bbarinaga Posted September 27, 2020 Author Share Posted September 27, 2020 Thanks, @tuanphan. I replied here: Link to comment
RaulSantos Posted January 16, 2022 Share Posted January 16, 2022 On 9/27/2020 at 4:53 AM, tuanphan said: Add to Page Settings . Advanced > Header If you use Personal Plan > You can edit Page > Add Code Block Hi Tuanphan! It worked for me. I was trying to figure it out how separate a bit the columns. Thank you! tuanphan 1 Link to comment
tuanphan Posted January 17, 2022 Share Posted January 17, 2022 17 hours ago, RaulSantos said: Hi Tuanphan! It worked for me. I was trying to figure it out how separate a bit the columns. Thank you! You mean add space between columns? 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