- This topic has 7 replies, 2 voices, and was last updated 5 years ago by Andrew Misplon.
- AuthorPosts
- October 31, 2019 at 11:25 am #13428
rinoa3108ParticipantHello,
I have Ultra Premium and would like to increase my logo to double the size in the header area. What is the way to do this? Thanks
JudyOctober 31, 2019 at 2:10 pm #13430
Andrew MisplonKeymasterHi Judy
Thanks for reaching out.
At
Customize > Theme Design > Header
you can increase the Height setting to change the size of the header. Additionally, insert the following atCustomize > Additional CSS
:.site-header .site-branding img { max-height: 92px; }
92px is the default value, you can either increase it to the maximum logo height you’d like or you can set max-height to none as follows:
.site-header .site-branding img { max-height: none; }
I hope that helps ๐
November 1, 2019 at 9:41 am #13431
rinoa3108ParticipantHi Andrew,
Thanks I can see it increasing as I added the CSS code, however when I replaced the logo to a bigger one, there is a small square there where the image is supposed to be (the square that appears when an image does not show) with the logo name. Is it because the logo file needs to be a jpg? I uploaded a png.November 1, 2019 at 9:49 am #13432
Andrew MisplonKeymasterHi, a png is fine. The image sounds like itโs missing. Try re-uploading your logo. Thanks.
November 2, 2019 at 12:21 pm #13438
rinoa3108ParticipantThanks I replaced the logos and they worked.
When the retina logo got updated, its smaller than the standard one but higher res, even though the file is double the size. Is this meant to happen?
Also when I have increased the logo to be bigger, when the page goes down and the top strip shrinks, the logo is only half seen. Can this be adjusted somewhere?November 2, 2019 at 12:59 pm #13439
Andrew MisplonKeymasterHi, the Retina Logo must be exactly double the dimensions of the standard logo. If your standard logo is 100px x 100px, the Retina Logo must be 200px x 200px. Exactly double the in image width and height.
We’re a little off the standard operation of the header having removed the logo max-height. I’d be happy to take a look at the scaled height issue. Please, find instructions below to create a temporary login account. Thanks.
Would it be possible for you to create a temporary user account so we can login and take a look? You can create a new user account from Users > Add New in WordPress. Below you’ll find the information to enter and actions to take:
Username: puro
Email: [email protected]
Password: Click Show Password and copy the provided password to your clipboard (ctrl + c).
Send User Notification: Disable this checkbox
Role: AdministratorLastly, click Add New User. Once that’s done, please, email [email protected] and send us your site’s URL (web address) and the password for our new user account.
Once we’re done with this support ticket you can delete our user account.
Thanks again.
November 10, 2019 at 1:52 am #13487
rinoa3108ParticipantHello,
Thanks for the having a look at it.
If I change the logo size, can the header height be changed? I noticed that with the coding the height of the reduced header can be changed – what about when it is large?
Thanks!November 10, 2019 at 5:45 pm #13490
Andrew MisplonKeymasterHi, try setting the non-sticky height from Customize > Theme Design > Header > Height.
- AuthorPosts
You must be logged in to reply to this topic.