Logo resizing
Tagged: header, lite, MilestoneZ, rezie logo
- This topic has 6 replies, 4 voices, and was last updated 5 years, 7 months ago by Grace Themes.
-
AuthorPosts
-
October 24, 2017 at 6:46 am #6420NataliaKParticipant
Hello! I’m starting to use your MelestoneZ Lite theme but I can’t resize my logo more than 100×50 px. In PRO version it’s possible to resize height. Can I increase the width more than 100 px? I could not find it in the documentation.
Thank you!
NataliaOctober 24, 2017 at 1:07 pm #6425Grace ThemesMemberHi Natalia,
In free theme, the logo image size is restricted to 100×50 pixel.
In PRO theme you can use any size of logo image and you can also change the image height and width to suitable to your website header section.Please check the documentation for using the logo image in MilestoneZ PRO theme
https://www.gracethemes.com/documentation/milestone-doc/#site_nameRegards
Grace ThemesOctober 31, 2017 at 5:07 pm #6493Dante NavaParticipantI was using the Pro theme and my image was also limited to a specific width. The height was fine, but after trying to set the width to 1000 pixels, it squished it to just under half of the page width. I posted a separate comment after splitting the image up into two separate images. Did that work for you NataliaK?
-Dante
October 31, 2017 at 9:27 pm #6497NataliaKParticipantGood evening! I corrected the logo size in php. It works perfectly for both Lite and Pro. I understand the risks of theme updating, but it’s just nothing after total code rewriting for multilanuage.
November 1, 2017 at 8:48 am #6501Grace ThemesMemberHi Dante,
You can’t use logo image as header image.
I have replied to your comment for how to use header image in PRO theme.NataliaK, Thanks for participating in this comment thread.
Regards
Grace ThemesOctober 23, 2018 at 1:52 pm #11621William AckahParticipant@NataliaK please can you direct me on how you were able to resize the default 100*60 to bigger size using php. thank you
October 23, 2018 at 3:53 pm #11622Grace ThemesMemberHi William Ackah,
To change the logo image size
Go to the Appearance -> Editor -> functions.phpat line no 35 find the below code and change the width and height of logo image
add_theme_support( 'custom-logo', array( 'height' => 50, 'width' => 100, 'flex-height' => true, ) );
Then re-upload new logo image from WordPress Customizer
Regards
Grace Themes -
AuthorPosts
- You must be logged in to reply to this topic.