Jump to content

Featured Replies

Posted

@Ehren there is a responsivity issue on Pages records list whenever you enable all these options 

 

Could contain: Text, Phone, Electronics, Mobile Phone, Cell PhoneCould contain: Phone, Electronics, Text, Mobile Phone, Cell Phone

 

If you disable 

Could contain: Text, Page, Sphere

From group settings everything is fine, but whenever you enable it, it will look like what you are seeing in above screenshots. 

Edited by Afrodude

Solved by Ehren

Go to solution

Thanks Afrodude - I'll keep this in mind for a future update! 🙂

  • 4 weeks later...
  • Author
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.

  • 4 weeks later...
  • Author

Just for the record the issue still occurs on 4.7.5.

Yes, we’re aware. It has not yet been patched. Thank you 🙂 

  • 1 month later...
  • Solution

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;
	}
}

 

Recently Browsing 0

  • No registered users viewing this page.