As you can see on the following screenshot http://pasteboard.co/eNgNG9QOS.png it's due to your own settings. You set the logo to 194px height and that's why it is so large on mobile. So if you want to decrease it's size on mobile only, you need to use the following css:
Thanks! Now appear correctly... but, I have a new problem :S Since I've introduced the CSS, the options look like this http://lllu.es/descargas/margin.png
When we were checking your site last time, the code was different and above css was working. But now looks like its because of header's height. To decrease current header height, you need to use the following css:
@media only screen and (max-width: 767px) { body:not(.template-slider):not(.header-simple) #Header { min-height: 0 !important; } }
Comments
we checked your site but we do not understand what's "too high". Do you mean to decrease logo size on mobile devices?
Since I've introduced the CSS, the options look like this http://lllu.es/descargas/margin.png