Reply 254582 to: Header questions

Avatar: Olga Barlow
Olga Barlow
Support staff
October 9, 2020 at 12:21

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.