Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #1272321

    Hey JoStudioDeRijp,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1273774
    This reply has been marked as private.
    #1273913

    Hi,

    Add this to quick css:

    .page-id-54 .avia-table-1 tr td{
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1273998

    That’s great, thanks Jordan for your help!!

    Kind regards, Jolanda Zijp

    #1274000

    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

    #1274183

    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

    #1274433

    Hi Victoria,

    YES that works very good!
    Thanks a lot for your help!!!

    Kind regards, Jolanda

    #1274435

    Oh sorry, I was happy, but…. on mobile it doesn’t work properly :-((

    #1274626

    Hi,

    You need to just the table width on mobile?

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.