Any suggestion in Ignis --> customization --> logo. The logo is so small and wondering how to make bigger. The theme seems to size down… Thanks Derek
Hello there,
You can enlarge it with this simple CSS code:
.custom-logo-link img {
max-width: 160px;
}
The default value is 100px.
To apply it to your site, add it to Appearance > Customize > Additional CSS from dashboard.
Regards,
Kharis
Works like a charm!! Thanks Kharis
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
Thanks! Helped me too!