Ok it works! only problem is that it only works at the top of the image. Maybe I modified the css style incorrectly ?:
/*---MODIFICA TEMPLATE---*/
/* Centra icone social */
.site-footer .social-navigation { text-align: center; width: 100%; }
/* larghezza contenuto primario */
.page-one-column .panel-content .wrap { max-width: 1000px; }
/* rimuove widget nella pagina singola degli articoli */
.single-post #secondary { display: none !important; }
.single-post #primary { width: 100% !important; }
/*---FINE MODIFICA TEMPLATE---*/
/*------------------------------------------*/
/*------------------------------------------*/
/*---BLOG---*/
@media(min-width:768px) {
/* Allarga il Contenuto del blog */
.has-sidebar:not(.error404) #primary { width: 70% }
/* Stringe il widget nel blog */
.has-sidebar #secondary { width: 25% }
}
/* Responsive */
@media(max-width:768px) { .has-sidebar:not(.error404) #primary { width: 100% }
}
/*---FINE BLOG---*/
/*------------------------------------------*/
/*------------------------------------------*/
/* .hatom-extra { display: none; } */
.addtoany_share_save_container { text-align: center; }