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
Hey JoStudioDeRijp,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
.page-id-54 .avia-table-1 tr td{
font-size:20px!important;
}
Best regards,
Jordan Shannon
That’s great, thanks Jordan for your help!!
Kind regards, Jolanda Zijp
Hi 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 Jolanda
Hi 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,
Victoria
Hi Victoria,
YES that works very good!
Thanks a lot for your help!!!
Kind regards, Jolanda
Oh sorry, I was happy, but…. on mobile it doesn’t work properly :-((
Hi,
You need to just the table width on mobile?
Best regards,
Jordan Shannon