Hello
Presuming I understand you correctly, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS).
Edit to taste
.is-sticky .logo {
padding: 5px 10px;
}
.is-sticky .logo img {
max-width: 50%;
}
CiarĂ¡n