This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow
Hi
1)The black header is now too big and would like to make it smaller till the white of the logo https://gyazo.com/6cf89781d173db088ef8423d54c8e9a0 but somehow cant find out how.
2) Also i made the logo a litle bit more up, but with the fixed header i cant reset to make it normal with both logo’s in the header, any idea how?
https://gyazo.com/e5e698baac6156d52324f58917ddd996
3) we would like to add a custom icon (svg), but cant add it, it also seems that its not supported
Hello,
1) It’s because of the size of your images. Even if you use the negative margin it keeps its height and the header block takes it. I have made some changes to reduce it. Check, please.
2) Add the below code to custom CSS to fix the images in the sticky header
.sticky-on .rat-logo {
max-width: 120px;
margin-top: 0 !important;
}
.sticky-on .main-logo {
max-width: 80px;
margin-top: 0 !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up