Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey Ruben,
    You may want to use a smaller image. CSS like this should work for you:

    @media (min-width: 768px) {
    div#logo:after {
        content: url(https://netwerkgewoonsamen.nl/wp-content/uploads/2021/01/KS-logo.jpg);
        float: right;
        margin-top: -150px;
    }
    .col-md-4.clearfix.kad-header-left, div#logo {
        width: 100%;
    }
    }

    Let me know how that works for you!

    Best,
    Hannah

    Thread Starter koberuben

    (@koberuben)

    Hi Hannah,

    Thank you so much! That is exactly what i had in mind. You are the best!!

    hannah

    (@hannahritner)

    Happy to help!

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2nd logo on the right’ is closed to new replies.