New Front EN › Support Forums › Kanso Theme Support › footer height, header logo › Reply To: footer height, header logo
April 4, 2014 at 12:59 am
#2887
satori
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