I need to increase the size of the logo in the header bar and even I adding the value in the CSS using the code:
.header-logo img {
max-width: 250px;
}
When I change in the google chrome inspection bar it stays the way I want, but when I enter the code in the CSS panel in the theme options it does not effect the change.
Where do I change so that the logo resizes to the format I need?