Fleksss Posted December 23, 2014 Share Posted December 23, 2014 Hi There, I am trying to adjust the footer of my Hayden theme now for a couple of days. It is has way to much space above and underneath the text block by default. The closest I came is by using: .footer {height: 40px} Only by using this CSS my original footer is literally being cut by adding a new top-line to my footer and leaving the old one above it, in other words my footer has two top-lines instead of shifting upwards. Also, the code does not reduce the bottom space of my footer. Would appreciate your insights! Cheers,Glenn Link to comment
galencar Posted December 30, 2015 Share Posted December 30, 2015 You need to remove the padding of the footer in order for it to work. What I did was: #footer { padding-bottom: 0;}.footer-inner { padding: 11px 0px; padding-bottom: 0;} This worked for me Link to comment
JoG Posted May 25, 2016 Share Posted May 25, 2016 HiHow do I add that in? I am a total novice so I'd appreciate it if you could talk me through step by step :)Thanks! Link to comment
JoG Posted May 25, 2016 Share Posted May 25, 2016 HiHow do I add that in? I am a total novice so I'd appreciate it if you could talk me through step by step :)Thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.