Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Afrodude Posted October 4, 2022 Posted October 4, 2022 (edited) @Ehren there is a responsivity issue on Pages records list whenever you enable all these options   If you disable From group settings everything is fine, but whenever you enable it, it will look like what you are seeing in above screenshots. Edited October 4, 2022 by Afrodude Ehren 1
Ehren Posted October 5, 2022 Posted October 5, 2022 Thanks Afrodude - I'll keep this in mind for a future update! 🙂 Afrodude and SeNioR- 1 1
Afrodude Posted November 2, 2022 Author Posted November 2, 2022 On 10/4/2022 at 7:35 PM, Ehren said: Thanks Afrodude - I'll keep this in mind for a future update! 🙂 Just a reminder that the issue still occurs on version 4.7.4. Thanks mate. SeNioR- and Ehren 2
Afrodude Posted November 29, 2022 Author Posted November 29, 2022 Just for the record the issue still occurs on 4.7.5. SeNioR- 1
Ehren Posted November 29, 2022 Posted November 29, 2022 Yes, we’re aware. It has not yet been patched. Thank you 🙂 SeNioR- and Afrodude 2
Solution Ehren Posted January 9, 2023 Solution Posted January 9, 2023 Hi @Afrodude Adding the following to your custom.css file will fix the issue on your site. The code will be included in an upcoming Invision update 🙂 @media screen and (max-width: 979px) { html[dir="ltr"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main, html[dir="ltr"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main + .ipsDataItem_stats { margin-right: 2.5em; } html[dir="rtl"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main, html[dir="rtl"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main + .ipsDataItem_stats { margin-left: 2.5em; } .ipsDataItem_stats { white-space: normal; } }  SeNioR- and Afrodude 1 1
Recommended Posts