Comments pinelopi started the conversationMarch 21, 2023 at 6:01pmHello,I uploaded my logo and its too small. how to make it bigger? there is no choice 2,610PenciDesign repliedMarch 22, 2023 at 12:53amHi,Please go to Appearance > Customize > Logo & Header > Logo: change the log size at the - Set A Max Width for Logo,- Set A Height for Logo ImageRegards,PenciDesign.pinelopi repliedMarch 23, 2023 at 5:45amNo matter what number I put does not change. 2,610PenciDesign repliedMarch 23, 2023 at 6:20amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: body { --logo-h: 120px;}#navigation.header-6 #logo img { max-height: var(--logo-h);}#navigation.header-6 .pcheader-icon > a,#navigation.header-6 .main-nav-social,#navigation.header-6 .menu > li > a, #navigation.header-6 ul.menu > li > a { line-height: var(--logo-h);}#navigation.header-6 .pcheader-icon > a { height: var(--logo-h);}#navigation.header-6 { height: calc(var(--logo-h) + 2px);}Change 120px with the logo height you want to show.Regards,PenciDesign.pinelopi repliedMarch 23, 2023 at 6:26pmThank you!!! Sign in to reply ...
Hello,
I uploaded my logo and its too small. how to make it bigger? there is no choice
Hi,
Please go to Appearance > Customize > Logo & Header > Logo: change the log size at the
- Set A Max Width for Logo,
- Set A Height for Logo Image
Regards,
PenciDesign.
No matter what number I put does not change.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change 120px with the logo height you want to show.
Regards,
PenciDesign.
Thank you!!!