rahat
1
Dear team,
I need to change a height of my website logo. I tried a lot to resolve this issue personally but unable to resolve it.
Actually i want to move a logo little bit down. Just double the white size that is above the logo.
Please check attached image of the header image.
Thanks.
movin
2
Hi @rahat,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
div#logo {
margin-top: 5px;
}
Please change the value 5px in the above CSS code to increase / decrease the space.
Best Regards,
Movin