Change Footer Height
-
I’m trying to increase the height of the footer on my website so that all of my text fits within. I haven’t been able to do so using the provided windows. How else can I do this?
-
Is there a CSS format that would accomplish this?
Link
Try this in custom.css
footer[role="contentinfo"] { height: 100px; }You can edit the 100px part as per your need.
If you have any further query kindly reply with your website URL, as without URL there’s little help anyone can provide. http://codex.wordpress.org/Forum_Welcome
Mpwassler, the link is: https://www.childcare-ed.com/
I’ve added the CSS code with no result. Is it possible that the issue needs to be addressed using the Footer windows on the Icon One theme?
As you are using a child theme, paste the code in style.css of child theme.
Try
footer[role="contentinfo"] { height: 120px; }It should reflect in this file
https://www.childcare-ed.com/wp-content/themes/iconic-one-child/style.css?ver=4.0I’ve added the code in the Appearance/ Edit CSS section and verified that the Child theme is activated. Unfortunately, there is no change. The grey colored footer continues to only cover 1st line of the footer.
The CCS code is correct. Thanks for your information; it was very helpful.
The topic ‘Change Footer Height’ is closed to new replies.