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: footer height, header logo

New Front EN Support Forums Kanso Theme Support footer height, header logo Reply To: footer height, header logo

#2887
mmsatori
Keymaster

Hey Sebastian,

almost anything is possible with CSS ;) please try adding this line to the “Style: Add Custom CSS” tab of the Theme Options panel:

@media only screen and (min-width: 1030px) { #container-footer { padding: 30px 40px 20px 40px !important; } }

You can of course change the “30px” and the “20px” parts to obtain the needed top and bottom padding for the footer widget area, respectively.

Regarding the logo: when the header collapses on mouse scroll, the logo image obtains a maximum height of 75 pixels – you can either make your logo image 75px or below in height, or increase the limit by adding some custom CSS:

.small-logo { max-height: 120px !important; }

Please let me know if the above information helps resolve the questions!

Best,
Andrii / Satori Studio