Thursday, February 12, 2026 | Good evening!

FlyingWPress

Shrinking logo for sticky header

Shrinking logo for sticky header

October 25, 2024

.header__image img {
max-width: 100%;
height: auto;
transition: all 0.5s ease;
}

.scrolling .header__image img {
max-width: 30%;
height: auto;
}
CSS

2 comments

  • René Mulder

    Not working.

    Instead of using this class: .header__image img i used this .brxe-logo img
    This works for me.

    Kind regards René

    • A

      Thanks. This depends on what styles you have assigned, but the concept is the same. Glad you were able to make it work.

Leave a Reply

Featured