btwebmedia wrote:The way I got it to work was to modify this code in the template.css file:
#gk-logo-wrap { min-height: 124px; position:relative;}
changed to
#gk-logo-wrap { min-height: 124px; position:relative; float: left;}
This seemed to do the job for me. Thanks.