I have the logo set at the correct size but for whatever reason it will not shrink down to a normal logo. It touches the top and bottom of the header and feel way to large in relation to the other words etc. Someone please help. I have tried different codes and responses and still haven’t found one to work.
Hey sgtsantos03,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.logo {
width: 150px;
margin-top: 15px;
}
Best regards,
Jordan
Fixed thank you.