Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #899071

    hi there,
    the first line in my tables disappear in the mobile version.
    could you please help me
    thanks verena

    #899123

    Hey verena_1992,
    I believe that this maybe do to your Enfold theme & WordPress & PHP is very old:
    WordPress v4.8.5 (wordpress is now at v4.9.1)
    Enfold v4.0.7 (enfold is now at v4.2.1)
    PHP Version v5.5.38 (wordpress recommends php v7)

    I recommend creating a staging site and migrating a copy of your site to it to test how updating these 3 will effect your site.
    You can create a staging site on your webhost in a sub-domain or you can use a localhost on your computer.
    a good migration tool is all-in-one-wp-migration
    All-in-One WP Migration tutorial
    If you don’t feel comfortable doing this, perhaps hiring a freelancer to assist would be in order.
    At minimum, please create a full backup, I recommend https://wordpress.org/plugins/duplicator/
    Hope this helps.

    Best regards,
    Mike

    #899182

    hi mike,
    thanks for your quick reply,

    I have already updated wordpress and the theme but nothing changes.
    (my host told me that i have their latest php version, so i can’t do anything about that)

    so are there any other ideas why it doesn’t show the table-headline in the mobile version?

    thanks
    verena

    #899608

    Hi,
    I belief I found a solution, I added this to your quick css:

    @media only screen and (max-width: 767px) { 
    .responsive .avia_responsive_table .avia-data-table tr:first-child th {
        display: block!important; }
    .responsive .avia_responsive_table .avia-data-table td:before {
    	display:none !important;}
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

    #899646

    perfect,
    thanks a lot .

    all the best,
    verena

    #899668

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘table-headline-line disappear in mobile version’ is closed to new replies.