Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Header height (.bigheader and .smallheader)

New Front EN Support Forums Kanso Theme Support Header height (.bigheader and .smallheader) Reply To: Header height (.bigheader and .smallheader)

#3202
mmsatori
Keymaster

Hey there,

please try this custom CSS:

#header, .bigheader { height: 100px !important; }
#logo img { max-height: 100px; }
#header .smallheader { height: 75px !important; }

the first two rows tell the initial header and the logo to be 100px in height, and the last row makes sure that the scroll header remains 75px; you can of course change the values to whichever ones fit you most ;) just make sure that the second line’s value is the same as the first line’s, otherwise the logo might stretch beyond the heading.

Sincerely,
Andrii / Satori Studio