Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1322850

    hello together
    I have inserted here 2 tables with various empty rows
    is it possible with css code that these empty lines are not displayed on the phone

    thanks
    kind regards
    F ranz

    #1322947

    Hi Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .pricing-table li.empty-table-cell {
        display: none !important;
    }
    }

    Best regards,
    Rikard

    #1322956

    Hi Rikard

    Thanks a lot
    Fits great

    you can close this request

    kind regards
    F ranz

    #1323036

    Hi,

    Glad Rikard could help!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘empty lines not displayed’ is closed to new replies.