Hi. How to add more margin around the logo in logo area?
Hey pikkuapuri,
Please try the following in Quick CSS under Enfold->General Styling:
span.logo {
padding: 10px 0;
}
Best regards,
Rikard
Now it cuts the logo off.
Hi,
You can try enlarging the header in the theme options, or set a max width on the image:
span.logo img {
max-width: 50px;
}
Best regards,
Rikard
No, seems not work properly, as i have a shrinking header in use.
….need to have the margin on top as well :)