-
AuthorPosts
-
November 2, 2013 at 9:10 pm #183789
I am creating a pricing table in enfold. But whenever i type something that is longer that one row in a cell, the height of that sell gets bigger but the rest of the cells in the same row maintains the same size and therefore the table gets kind of broken. How can I set all the cells in a same row to adjust to the biggest one?
November 3, 2013 at 3:25 am #183857Hi,
Can you post the link to the page where these tables are please?
Regards,
JosueNovember 5, 2013 at 2:47 am #184589Yes, I see the same thing, but I think you’ll find that is because the ‘table’ is not in fact an HTML table in the normal sense. The items are actually lists, each one within a separate column DIV so there is actually no connection between the rows on each column.
To ensure they are all the same height you’ll either need to ensure you have the same number of text rows in each, or set a fixed height for the
- elements in the table cells with CSS.
November 5, 2013 at 10:38 am #184711Hi Richard
Thanks for the suggestion. I indeed tried adjusting the height of tables through the following customization:.avia-table-2 .pricing-table>li:last-child {
height: 150px;
}
.avia-table-2 .pricing-table-wrap ul li, .avia-table-3 .pricing-table-wrap ul li {
height: 55px;
}However, while it does set the second one of my tables correctly, it totally smashes the last two tables I show in the same page. And the other thing that concerns me is tables are ugly in smaller screen resolutions (mobile devices…) as columns are shown in order as you scroll, but rows are lost, which makes the data loose sense.
November 5, 2013 at 10:39 am #184712This reply has been marked as private.November 7, 2013 at 4:45 pm #185696Hi!
Seems like it is working fine right now? If not, please post a screenshot
Regards,
YigitNovember 8, 2013 at 1:30 am #185933Hi Yigit,
Thanks for your active concern. It is not workig correctly in smaller devices (smartphones and tablets) but it is solved in PCs. Any clue as to how to fix that?Thanks
JT -
AuthorPosts
- The topic ‘Pricing Table Row Height in Enfold’ is closed to new replies.
