Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #261363

    Hi guys,

    I have an issue with the tables in enfold. I have a ‘product specification’ page which is a series of tables with tech data.

    I would like the table cells to have a constant size so the tables ‘line up’ with each other. Right now every table cell has an arbitrary size

    Screenshot here: http://www.heaven11audio.com/sceens/tablelineup.png

    I’m using the enfold Child Theme so I can insert custom CSS if need be.

    Cheers,

    Itai

    #261931

    Hi ItaiAzer!

    Please add following code to Quick CSS and adjust as needed

    td { min-height: 80px; }

    If that does not work, please post the link to your website

    Regards,
    Yigit

    #261958

    Hi Yigit,

    Thanks for trying to help but I think you misunderstood what I’m trying to do.

    I am trying to line up the widths of the table cells so that all the first cells (th?) on the page have a consistent width and don’t have a zigzag feel.

    See my screen here: http://www.heaven11audio.com/sceens/tablelineup2.png

    #261959
    This reply has been marked as private.
    #261961

    Hey!

    Yes, seems like i misunderstood :) Please add following code to Quick CSS instead

    .avia-data-table .avia-desc-col { width: 50%; }

    Regards,
    Yigit

    #261963

    Yup! that works.

    thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Table cell size control’ is closed to new replies.