-
AuthorPosts
-
January 14, 2024 at 11:11 am #1430030
Hello everyone
I have created a gallery here
link belowthe individual galleries are labeled in the table
now my question
when I display this link on mobile, the font is much too big
can i specify with a css code that the font can be displayed mobile in px?thanks
kind regards FranzJanuary 14, 2024 at 1:34 pm #1430040Hey schweg33,
Thank you for the link to your site, but it looks like we won’t be able to see your elements without a login.
What font size do you want to use for mobile?Best regards,
MikeJanuary 14, 2024 at 2:22 pm #1430044hey mike
thanks for your quick replysorry
I have now activated the pageI think that you could make it that I later the size
can changekind regards
FrancisJanuary 14, 2024 at 2:26 pm #1430046Hi,
Thanks for the update. The page is still password protected, please let us know if you should need any further help.
Best regards,
RikardJanuary 14, 2024 at 2:28 pm #1430048sorry
January 14, 2024 at 2:44 pm #1430050Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .avia-table a { font-size: 12px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 14, 2024 at 3:12 pm #1430051Thank you Mike that fits perfectly
Could you also adjust the line spacing
kind regards
FranzJanuary 14, 2024 at 3:36 pm #1430052January 14, 2024 at 3:54 pm #1430054thanks mike that’s a great service
the question about the line spacingis especially important here
link belowI have removed the password
thanks
kind regards
FranzJanuary 14, 2024 at 4:17 pm #1430059Hi,
Try this css instead where the line height matches the font size:@media only screen and (max-width: 767px) { .avia-table a { font-size: 16px; } .avia-table li { line-height: 16px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 14, 2024 at 4:29 pm #1430060Hello Mike
thank you very much
A super supportyou can close this request
kind regards
Franz
-
AuthorPosts
- The topic ‘text in the table mobile smaller’ is closed to new replies.

