Reply To: Move Navigation to the bottom of the Header

Home Forums Support Move Navigation to the bottom of the Header Reply To: Move Navigation to the bottom of the Header

Home Forums Support Move Navigation to the bottom of the Header Reply To: Move Navigation to the bottom of the Header

#246856
Tom
Lead Developer
Lead Developer

You could get fancy if you don’t need to support old IE versions:

.generate-content-header {
    height: calc( 100vh - 60px ) !important;
}