Tagged: Enfold. table
-
AuthorPosts
-
June 22, 2015 at 11:06 am #462558
Hi,
I’ve the problem, that at a created table the title of row and description: http://pfab.wom.server49.vorschauseite.eu/holzhaustueren-modellvergleich/
As you see here, the description needs more lines, but then the row doesn’t fit anymore to the title of the row.Any idea how to get a normal table with normal rows like in an excel?
Thx a lot !
Greetings
MichaelJune 22, 2015 at 3:09 pm #462818Hi michaellausser!
Are you trying to make it so they are all the same height? If so then drag a codeblock element to that page and add this inside.
<style type = "text/css"> .pricing-table li { height: 110px !important; } </style>
Cheers!
ElliottJune 22, 2015 at 8:58 pm #463047Hi Elliott,
that’s not directly the aim.
If you have short look to the table (http://pfab.wom.server49.vorschauseite.eu/holzhaustueren-modellvergleich/) you see, the title in the first column needs only one row and the content in the rest of the columns more rows.
I want that the content of the first column is in the same visual row as the rest of the content.
So in the bottom of the cells everything should be shown as in one row. Currently the contetnt is mixed up as masonry gallery :-)
Thanks for you support.
Greetings
MichaelJune 23, 2015 at 1:42 pm #463352Hi!
I’m sorry but I’m not sure I understand. Can you take a screenshot and highlight the exact changes your trying to do? This will help us out a lot.
Best regards,
ElliottJune 25, 2015 at 3:06 pm #464575Hi Elliott,
there is no real row line. The fields are not symmetric as with a normal table.Here:
http://pfab.wom.server49.vorschauseite.eu/gallerie-test/
I created a normal table (not responsive) everything on a row is in one line.Later on the page I created a table with the theme functionality that is responsive.The Third line in first row starts at the second row of second column.
I expect that that the third line in first row starts at the similar point as the third row in the second table.Thanks for your support!
Greetings
MIchaelJune 29, 2015 at 1:58 pm #465839Hey!
still not 100% sure what you want to achieve. Try this code:
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) { height: 100px; } .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { height: 100px; }
Hope this is what you want to achieve. If not please use screenshots (imgur, dropbox) to make things clear.
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.