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
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
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
Hey!
Yes, seems like i misunderstood :) Please add following code to Quick CSS instead
.avia-data-table .avia-desc-col { width: 50%; }
Regards,
Yigit
Yup! that works.
thanks!