Tagged: 

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

    #462818

    Hi 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!
    Elliott

    #463047

    Hi 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
    Michael

    #463352

    Hi!

    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,
    Elliott

    #464575

    Hi 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
    MIchael

    #465839

    Hey!

    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

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