I think that the problem is caused by the banner not by logo size. Please add this code to
override.css file in root/templates/gk_template_name/css directory :
- Code: Select all
#gkBannerTop {
float: right;
margin: 24px 20px 0 200px;
}
and then just remember to enable "Use override CSS" option in template advanced settings tab.