pavit
I understand what do you mean, and my intention is to do it so when the site is ready to upload, meanwhile I'm trying to get the best version of it. That's why, referring to your previous post I wrote to you before this:
As I can see, in this css code you are referring to the minimum values
.logo a {
min-height:yourpxvalue;
min-width:yourpxvalue;
}
For small logo you can use
.logo-control .logo-img-sm {
min-height:yourpxvalue;
min-width:yourpxvalue;
}.
Is it not necessary to delimit the maximum values?
I tell this to you because what I want is precisely to increase the dimensions of the normal logo a bit, and reduce only the margins of the small logo (and in the case of the small logo I want to keep the size as it is in the template)
Maybe adding one or two more lines of code I can do that, just to prove if it works...
Regards