Tagged: logo alignment
Dear all,
We notice that when adding a logo higher than 40px, it loses the alignment with the menu. A logo high 40 pixels would be too small for us. How to ensure the logo keeps aligned with the menu if this is 80 pixels high?
Thanks
this is our website: http://www.opensciencecommons.org/
Hi Marie-Louise,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-logo { margin-top: 10px; }
Thank you!