Archived topic
Mobile text too small, how to adjust
5 replies · Started by Henry Bowman on June 3, 2022
We have two pages being flagged on search console this morning. The issue seem to be text being too small. We have not made any changed recently so we are guessing at what text is begin referred to, our guess is the "date" text, and or the "product block" text. How can these be adjusted in the customizer?
https://usanunchaku.com/why-american-nunchaku-co/
https://usanunchaku.com/tag/mma/
the other problem is that on the mobile version of our blog page, the text is being displayed oddly, either in a too narrow column, or running off the page and not following the padding rules and px width set in customizer.
Hi Herny,
I'm not able to access your site, the entry is blocked by your firewall, can you check?
My location is in Canada.
dang. yes I can free up Canada. sorry about that. Our products are illegal up there, so we just avoid the whole conversation by blocking the country....ok un blocked.
For the date/post meta, you can use a Custom target element and .entry-meta as the custom CSS selector:
https://www.screencast.com/t/rK7OhItj0LW8
And product title is set within the WooCommerce block plugin itself:
https://www.screencast.com/t/oLatjt6AKCA
If there is no option to change the font-size within the plugin then try the custom target element with this selector:
.wc-block-grid__product-title
worked like a charm, great feature! thank you guys, your are the best, hands down.
No problem :)