Header questions - by gewoonbovenaan - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Olga Barlow

  • Avatar: gewoonbovenaan
    gewoonbovenaan
    Participant
    October 9, 2020 at 11:06

    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

    Please, contact administrator
    for this information.
    1 Answer
    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.