Thread Starter
Iuda
(@iuda)
and another request, how to increase the dimensions of avatars in mobile mode ?
Hy, how to move subscription box area ?
There is not such an option. You can’t do that even with custom codding.
and another request, how to increase the dimensions of avatars in mobile mode ?
It should be either 28px or 70px to look symmetric.
Put this CSS code in wpDiscuz Settings > Background & Colors Tab > Custom CSS code textarea:
@media screen and (max-width:420px) {#wpcomm .wc-comment .wc-comment-left .avatar { background: #fff none repeat scroll 0 0; height: 70px !important; margin: 0 5px 0 0 !important; outline: 3px solid #fff; width: 70px !important;}}
Don’t forget remove all caches after this change.