This topic has 8 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Olga Barlow
Hello,
Whatever file I use for a logo it messes with the spacing. I’ve tried copying the original logos sizing which says 600×100. Regardless, when I put my logo it’s entirely too big and it won’t get smaller
Hello,
What logo size do you want to have?
You can add the custom CSS to Theme Options > Custom CSS to limit the logo width
.header1 .logo img {
max-width: 200px;
}
Regards
Kind of. But the margins are off. How do I adjust Margins now?
Thanks
Hello,
Did you remove the site? Don’t see it anymore to answer your question http://prntscr.com/vsszqk
Regards
I added the link
Hello,
Do you want to adjust the top/bottom margins of the logo or which one http://prntscr.com/vt243f ?
Regards
Yes. theres too much white space above and below the logo.
Hello,
Use the below code at Theme Options > Custom CSS to reduce the gap
.header1{
margin-top: 10px;
margin-bottom: 10px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up