Hello everyone
I have created a gallery here
link below
the 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 Franz
Hey 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,
Mike
hey mike
thanks for your quick reply
sorry
I have now activated the page
I think that you could make it that I later the size
can change
kind regards
Francis
Hi,
Thanks for the update. The page is still password protected, please let us know if you should need any further help.
Best regards,
Rikard
sorry
Hi,
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,
Mike
Thank you Mike that fits perfectly
Could you also adjust the line spacing
kind regards
Franz
thanks mike that’s a great service
the question about the line spacing
is especially important here
link below
I have removed the password
thanks
kind regards
Franz
Hi,
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,
Mike
Hello Mike
thank you very much
A super support
you can close this request
kind regards
Franz