Viewing 1 reply thread
You must be logged in to reply to this topic.
<span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>I am having the same issue that the logo that is displayed in the site is the same small size ( 88 x 30px). The logo images that i have uploaded have been bigger and smaller and no matter the size is always shows it at 88 x 33px. How can i get it to show the logo at 165x50px</span>
Hello,
Please increase the height of header in General Options > Header Options. Or edit it via css, by adding this code into your custom css box:
#logo img {
height: 60px !important;
}
Edit the value to your need.
Best regards!
You must be logged in to reply to this topic.