hi, If you are using image logo in 7.2 then you found out that its not responsive in mobile
to do it so you will have to do this: find the general.css in templates/tmpl_evo/css and add this to the end
of the file:
.mainLogo{
max-width:100%;
height:auto;
}
save, clear cache and refresh the browser