Hello Josh,
I checked link which you provided and I didn't find there Vehicle Park template.
Thank you for your message, Yes you are right, in this template problem with logo uploading. How to fix:
1. open index.php file (yoursite/templates/vehicle park template/)
LINE 67, change on: <img src="<?php echo $this->params->get('logo_file'
?>" />
and after LINE 54 incert
#logo img {width:<?php echo $this->params->get('logo_width'
;?>px;height:<?php echo $this->params->get('logo_height'
;?>px;}
2. GO to style.css (templates/vehicle park template/css)
LINE 57, change on:
header {
background:#2B2726;
height:auto;
text-align:left;
}
and Add new code
#topMenu + a {display:inline-block;}
Best Regards,
OrdaSoft team