Quantcast
Viewing all articles
Browse latest Browse all 22091

OriginalEXE on "Author of Comment No Longer Displayed in Mobile Version of v3.8"

Hi there,

you can add back that column by using this css:

@media screen and (max-width: 782px) {
.fixed .column-author {
display: table-cell !important;
word-break:break-all;
}

.fixed .column-author .avatar {
float: none;
display: block;
}
}

Try installing some plugin which enables you modification of admin css, like this one: http://wordpress.org/plugins/add-admin-css/ and add the code above to it.


Viewing all articles
Browse latest Browse all 22091

Trending Articles