Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter anthonymenard

    (@anthonymenard)

    For users here is the css you can use

    @media
    only screen and (max-width: 1500px) {
    table, thead, tbody, th, td, tr {
    display: block;
    }
    thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    }
    tr { border: 1px solid #ccc; }
    td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 200px;
    }
    td:before {
    position: absolute;
    top: 12px;
    left: 6px;
    width: 200px;
    padding-right: 40px;
    white-space: nowrap;

    }

    }

    .edd_cart_actions {
    text-align: left !important;

    }

    Plugin Contributor Pippin Williamson

    (@mordauk)

    Hi @anthonymenard!

    Easy Digital Downloads is responsive, though the exact experience can change based on the theme you’re using.

    For example, you can see how it works with the default Twenty Twenty theme here: https://easydigitaldownloads.com/demo/

    If you’re still having issues with the current theme you’re using, we’ll be happy to assist.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NOT RESPONSIVE’ is closed to new replies.