Hi! I added this code to my style.css of Enfold child-theme and got what you need:
@media only screen and (max-width: 1023px) {
.responsive .sidebar {
display:none !important;
}
.responsive #top .container .av-content-small {
width:100%;
}
.responsive .content {
border-right:none;
}
.responsive .content .entry-content-wrapper {
padding: 0;
}
}
Hi!
Thank you very much! But I changed the code a litlle bit:
add_action( 'init', 'backend_post_thumb');
to
add_action( 'admin_print_styles', 'backend_post_thumb');
Hi! Yes. I did. Now I removed it. But the problem is not in frontend, it is in backend in the lists of posts. The posts thumbs is very big.
Yes!