Jump to content

Featured Replies

Posted

When I scale font size in the theme editing, it does not apply to mobile font size. It is still small.

screenshot-2022_03.22-07_31_40.png.68ef9f3d2a018d65c83276ff001e850e.png

I use default theme with slightly changed colors via Easy Mode Editor. No custom CSS.

Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.

 

  • 2 months later...
  • Author

Follow up: in the meantime on every IPS project I see a warning in Google Search Console:

Could contain: Text, Page

This is resolved after adding this CSS in custom.css

/**
 * Font size for mobile */
@media screen and (max-width: 767px){
.ipsType_normal {
    font-size: 16px;
}
.ipsDataItem_title {
    font-size: 16px;
}
.ipsType_medium {
    font-size: 16px;
}
.ipsStreamItem_title {
    font-size: 18px;
}
.ipsStreamItem_titleSmall {
    font-size: 16px;
}
.cWidgetPrice {
    font-size: 11px;
}
}

Probably, you have to change font-size in mobile templates generally to avoid this for ALL customers. And yes, I know, it is a suggestion and I have to post it into feature suggestions... For me, getting errors in Mobile Usability (GSC) check is a bug in IPS default theme, that should be resolved regardless any suggestions made. 🧐

Edited by Sonya*

Recently Browsing 0

  • No registered users viewing this page.