Skip Navigation

[Resolved] Font Boosting in Toolset Grid / Columns

This support ticket is created 3 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 6 replies, has 2 voices.

Last updated by lindsayH 3 years, 9 months ago.

Assisted by: Minesh.

Author
Posts
#1647411

This isn't your issue but just wondering if you had a workaround.

For Android/Google Chrome on mobile devices font boosting is applied; but NOT to the Toolset Grid/Columns for example.

This makes text size inconsistent when you have a mixture of Fields and Text/Paragraph blocks which do boost the font and Grid/Columns which don't.

I can override to make all the text in Fields and Text/Paragraph smaller -

.element { max-height: 999999px; }

.

But how would I override to allow font boosting to be applied to the Grid/Columns blocks so that font boosting is applied globally?

This might be out of your remit, but just thought worth asking. Thank you for any help.

#1647463

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I do not know how it affected to your Toolset grid/columns as I do not have any example to test.

The thing is that, font boosting depends on theme. However, what if you try to use the following and check if that helps you out:

html * { max-height: 999999px; }
#1647491

Yes, that's what I've done if you look at my opening post. But that removes font boosting from everything. I just wondered if there was a way to keep font boosting on and apply it to the Toolset Grid/Columns (which removes it by default).

I don't think it's theme related - it's a mobile browser feature.

Many thanks, Lins

#1647541

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I just got a news from Devs that Grid block is wrapped by a div with a class tb-grid.

Can you please try the following:

.tb-grid * { max-height: 999999px; }
#1647993

Hi, I understand that, the trouble is .tb-grid is already NOT BOOSTED (which is what applying { max-height: 999999px; } would do).

I want to do the opposite, I want the grid to BE BOOSTED. So that font size matches the predominately ordinary Paragraph blocks.

Don't worry if you don't know, it was just worth an ask.

#1648611

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Maybe solution could be max-height to auto or inherit but as you know, I do not have much idea about it.

#1653225

Issue not really resolved but probably not Toolset's problem (though it does affect the display in mobile browsers). All the solutions were the same as I'd got in my opening post i.e. removing font boosting, I wanted font boosting to be APPLIED, not removed 🙂

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.