carlucci Hi
You have this code in custom.css
file
.layout-blog .t3-header{padding-top:25px!Important;padding-bottom:25px!Important}
replace it with
@media (min-width:468px){ .layout-blog .t3-header{padding-top:25px!Important;padding-bottom:25px!Important} }
Regards