Changing Size of Divi Header Logo

Alter the height of the logo: .et_fixed_nav #logo { max-height: 160px; } Adjust the shrinking size: .et-fixed-header #logo { max-height: 90px !important; padding:0 !important; } Change the speed of the shrink: #logo { transition: all 0.4s ease-in-out; } Alter the...