Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #236333

    Hi guys!
    I have a problem with table resizing. If you resize the screen, to the smallest size (phone) it looks that the first column of tables is missing. You can check the problem here: http://goo.gl/QbpZTO

    Best regards
    D.

    #237736

    Hey David!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) {
    .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th {
    display: block;
    }}

    Best regards,
    Yigit

    #237749

    Hu Yigit,
    still something wrong with the table. Take a look to the same link!

    #238551

    Hey!

    The default responsive layout will hide some data fields. If you want to show the entire table please use the “Make entire table scrollable” option: http://www.clipular.com/c/5393582290632704.png?k=b4ogTQH8nnEnef5DdPb23p2UtUw

    Best regards,
    Peter

    #238610

    Hi!
    Thank you very much. The first option for my opinion is better, but it needs to be modified with the right layout. It is not clear when you try to understand the table contents.

    Best regards
    David

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Problem with table resizing’ is closed to new replies.