Hi there,
How do I set the minimum header height per page?
For example, it works fine on the main page https://uecc.ca/
But on the about us page, there is a huge gap https://uecc.ca/about-us/ that is unnecessary,
Every time I change the about us page it changes the main page.
By the way, I have weaver Xtreme plus.
Nevermind, I solved it using this thread https://forum.weavertheme.com/forums/topic/a-parallax-header-for-a-single-home-page/ by putting the code into the global CSS section
.home #header {min-height:450px;}
Thank you very much!