Search Divilancer Child Theme Documentation
Search for answers or browse our knowledge base.
How to reduce the size of the logo in Divilancer theme
To change the width of the logo please add the following CSS in Divi Theme Options
@media(min-width: 981px) {
#logo {
width:200px;
}
}
Here you can change the width px value as per your need.