-
-
Save Pebblo/c57344363e77db271f09f1319a5b75d6 to your computer and use it in GitHub Desktop.
Avada theme responsive tickets fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (max-width: 640px) { | |
.tkt-slctr-tbl, | |
.spco-ticket-details { | |
table-layout: fixed; | |
font-size: .8em; | |
} | |
.tkt-slctr-tbl tr td { | |
padding-left: 2px; | |
padding-right: 0; | |
} | |
.tckt-slctr-tbl-td-name a { | |
display: block; | |
} | |
.tkt-slctr-tbl-wrap-dv tr td | |
padding: 1em 0 1em .5em; | |
white-space: normal; | |
} | |
.display-tckt-slctr-tkt-details { | |
display: none!important; | |
} | |
.spco-ticket-details tr td, | |
.spco-ticket-details th td { | |
padding: 1em 0 1em .5em; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment