vuala
this is my fast CSS tweak for mobile version. Just add it to theme’s function.php file.
add_action('admin_head', 'kolua_tweak');
function kolua_tweak() {
echo '<style>
@media screen and (max-width:782px) {
td.MY_COLUMN_ID_1.column-MY_COLUMN_ID_1 {
display: block !important;
}
.post-type-shop_order .wp-list-table .toggle-row {
top:15px!important;
}
</style>';
}
@mj_diamond you are awesome!
one more question – how to show cart subtotal near total in row?)
thank you in advance
Thread Starter
Colia
(@colia)
it will be awesome feature for this plugin:)