Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #760141

    Hi there,

    tablet and smartphone responsive view does not work properly. Columns scale adequately, but the text content doesn’t include line breaks. Is there a chance to fix that?

    Regards,
    Felix

    #762062

    Hey isarwerk,

    Paste this code to Quick Css field or to your child theme styles.

    
    @media only screen and (max-width: 767px) {
    	div .avia-table {
    		table-layout: initial;
    	}
    }
    
    Let us know if you have any more questions.
    
    

    Best regards,
    Victoria

    #762067

    Hi Victoria,

    all right. Now the tables are horizontally scrollable in smaller devices. Nor the result I expected, but good.

    Thank you,
    Felix

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Table: Mobile View’ is closed to new replies.