-
AuthorPosts
-
October 24th, 2020 at 18:44 #108509
Logo is resized to 150 px to overhang the header image with media query above 981px.
How would I make the logo resize to stay within the nav bar that is 85px when the visitor scrolls down the page?Any help would be appreciated.
TIA!Website: cgadistrict23.com
November 2nd, 2020 at 23:29 #108757Zed
Cryout Creations mastermindTry the following CSS:
.header-fixed .custom-logo { min-height: 0; }If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.August 6th, 2022 at 02:34 #131762Hello is there a way to have the logo at the top shrink/get smaller when you scroll down? I know how to make the logo bigger and to have it overflow from the menu bar at top but I would like it to be larger at the top of the page and it shrunken and smaller into the menu bar when you scroll down. Is there CSS code to do this? Thanks!
Website: twelvesigns.tv
August 9th, 2022 at 15:54 #131834Zed
Cryout Creations mastermindTry changing the CSS to:
.site-header-bottom:not(.header-fixed) img.custom-logo { max-height: 98px; }If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.August 9th, 2022 at 18:22 #131838Worked beautifully!! Thank you so much, Zed. 🙌
-
AuthorPosts
The topic ‘Shrink Logo on scroll’ is closed to new replies.