Thumbnail Grid Filter -> Font Size -> for Mobile ??
-
Hello, is it possible to change the Thumbnail Grid Filter Font Size separately for the mobile?
You can use px or % but it ist noch working for me. Big enough on the Mobile is too small on the screen and..
Can someone help me to find the right button or how can i fix it in the CSS?
Thanks
Willie -
Dear Willie
@Steamboatwillie
I see that you cannot directly control the filters font size for mobile. but what i would suggest is to take advantage of "text formats".
Create a Text format that you wish to apply to the Thumbnail Grid Filter. Each Text format created will have a 'custom class'
Here I have the text format 'Acme' with HTML class "_acme".
In:
Appearance > Customize > project thumbnails > Thumbnail Grid Filter >
Apply your new format:
We can target this HTML Class / Text Format in:
Lay Options > Custom CSS & HTML > Custom CSS for Mobile Version
This way we maintain the mobile breakpoints that are applied to the whole website.
Some code like this can be added to address the font-size of the Text Format, it could be 'px' or '%' or any other CSS UNIT
._acme{ font-size:15px; }
Hope this has helped Willie, have a wonderful day and good luck! 🌝
Sincerely
Richard
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. When using a WordPress Cache plugin, disable it or clear your cache.
Now see if your problem solved itself.
Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it
I don't answer or check forum DMs, please just post on the forum.