New Front EN › Support Forums › Kanso Theme Support › footer height, header logo
- This topic has 5 replies, 2 voices, and was last updated 10 years, 7 months ago by parklane05.
-
AuthorPosts
-
April 3, 2014 at 8:11 pm #2884parklane05Participant
hey andrii,
is it somehow possible to add css to change the footer height?
we want our footer much narrower than in the template.secondly
as soon as the header collapses and stays at the top our logo becomes a bit blurry. do you have any idea what the reason could be?
could it be something in the code?thanks for your great support!
our site is almost ready to launchregards,
sebastianApril 4, 2014 at 12:59 am #2887satoriKeymasterHey 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 StudioApril 4, 2014 at 2:39 pm #2890parklane05Participanthey andrii,
thanks for the info about the max height for the header logo. ours is larger than 75px what most likely makes it blurry when the header shrinks.
unfortunately the css line for the footer didn’t work. i tried various versions of it but the footer didn’t change at all.
could you double check if there is something missing in the css line?last thing: headlines seem to have an underline by default. how can we remove it or change the padding between headline and underline?
thanks a lot for all your help!
sebastianApril 4, 2014 at 5:24 pm #2893parklane05Participanti found a way to modify the footer with css myself.
the only thing left is the underline for all headers. how can we remove it (it appears to look not so good on smartphones)
April 5, 2014 at 12:00 am #2897satoriKeymasterHey Sebastian,
please try this code to remove the underlines from titles:
.page-title h2 a, .page-heading h1 a, .single .post-header h1 a, #blog-header h1 a, .post-header h1 a { border-bottom: none !important; }
Let me know if it works!
Best,
Andrii / Satori StudioApril 5, 2014 at 5:33 am #2900parklane05Participantworked perfectly fine!
thanks a lot!! -
AuthorPosts
- You must be logged in to reply to this topic.