Modifying logo sizes

Adjust the size of an uploaded logo that is too big or too small in the CSS file. To use any of the custom classes in the Custom CSS Class field of an image object on the survey, edit the CSS file.

The following CSS file shows the custom class LogoHeight10 to a maximum height of 10 pixels.

div.LogoHeight10 .img-responsive {
max-Height: 10px !important;
} 

The following CSS file allows for more variations if they are required.

div.LogoHeight20 .img-responsive {
max-Height: 20px !important;
} 
div.LogoHeight30 .img-responsive {
max-Height: 30px !important;
} 
div.LogoHeight31 .img-responsive {
max-Height: 31px !important;
} 
div.LogoHeight32 .img-responsive {
max-Height: 32px !important;
}  
div.LogoHeight33 .img-responsive {
max-Height: 33px !important;
}  
div.LogoHeight34 .img-responsive {
max-Height: 34px !important;
}  
div.LogoHeight35 .img-responsive {
max-Height: 35px !important;
}  
div.LogoHeight40 .img-responsive {
max-Height:40px !important;
}