Premium WordPress Themes › Forums › Envy Blog › Logo size › Reply To: Logo size
January 24, 2018 at 4:29 AM
#2155
Participant
Hello,
The Logo height is limited by default, you can increase the height of logo(image) by adding some CSS codes.
.site-branding img {
max-height: 128px;
}
Add those CSS codes to your theme via customizer -> additional CSS
you can adjust max-height as your requirements.
let me know if it works for you.
Regards