Hi, is it possible to make the logo size smaller when header is in sticky mode (when scrolling down)? I have managed to make the header height change, but the logo does not get smaller. I use JA Alpha with T4 framework.
Could you share the URL of page where you're using JA Alpha template so I can take a look?
Apologies - here it is: https://rollinsonpianos.co.za/xxyxx/ - if you could point me to the correct css to use it would be great.
ps - I have not implemented the height change for the header yet as I am waiting to do both the header height and the logo size change at the same time.
You can try with this:
.not-at-top #t4-header.t4-sticky { /*your custom style for header*/ } .not-at-top .navbar-brand .logo-img { /*your custom style for logo*/ }
Thank you. I will test it and let you know. Much appreciated.
My pleasure 😉