Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created May 1, 2024 13:57
Show Gist options
  • Save jmabbas/442e3b81f4e881fa1068b3da9fd6a057 to your computer and use it in GitHub Desktop.
Save jmabbas/442e3b81f4e881fa1068b3da9fd6a057 to your computer and use it in GitHub Desktop.
Electro - Dokan dashboard products mobile view show hidden
@media (max-width: 991.98px) {
.dokan-product-listing .dokan-product-listing-area table.product-listing-table tbody tr td {
display: none !important;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table tbody tr td.column-primary,
.dokan-product-listing .dokan-product-listing-area table.product-listing-table tbody tr.is-expanded td {
display: block !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment