-
AuthorPosts
-
January 13, 2021 at 2:33 pm #1272172
Hi Enfold,
How can I change the font size of text in tables? I already searched in other threads and tried different things, but that didn’t worked.
Please let me know. I’m looking forward to your answer!Kind regards, JoStudio
January 14, 2021 at 6:02 am #1272321Hey JoStudioDeRijp,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonJanuary 19, 2021 at 4:09 pm #1273774This reply has been marked as private.January 20, 2021 at 7:06 am #1273913Hi,
Add this to quick css:
.page-id-54 .avia-table-1 tr td{ font-size:20px!important; }Best regards,
Jordan ShannonJanuary 20, 2021 at 11:46 am #1273998That’s great, thanks Jordan for your help!!
Kind regards, Jolanda Zijp
January 20, 2021 at 11:53 am #1274000Hi Jordan,
Just one other question,
is it also possible to change the width of a column. I mean it would be much nicer if the one with the prices in it become much smaller. And the first one with the information should be widther / bigger
Do you have a solution also for that?
Kind regards JolandaJanuary 20, 2021 at 8:19 pm #1274183Hi JoStudioDeRijp,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-54 .avia-table-1 tr td:nth-child(2n) { width: 160px; }If you need further assistance please let us know.
Best regards,
VictoriaJanuary 21, 2021 at 4:26 pm #1274433Hi Victoria,
YES that works very good!
Thanks a lot for your help!!!Kind regards, Jolanda
January 21, 2021 at 4:28 pm #1274435Oh sorry, I was happy, but…. on mobile it doesn’t work properly :-((
January 22, 2021 at 6:24 am #1274626Hi,
You need to just the table width on mobile?
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
