Hey Kriesi,
Thanks for a great theme.
Having issues with my Header at mobile size. See here:
http://hoppertrailersaustralia.com/new/
I currently have included the below custom code to increase the logo size:
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
height: 130px !important;
line-height: 130px !important;
max-height: none !important;
}
html.fixed_header #main {
padding-top: 130px;
}
Thanks in advance.