-
AuthorPosts
-
October 9, 2014 at 7:26 am #122151
Hi,
How would i be able to change the footer hight in my website: http://www.nres.nl
Thanks in advance!
Regards,
J Peeters
October 9, 2014 at 10:32 am #122333Hi there,
Follow the CSS code below, change the value accordingly and place it into your Customizer (Custom > CSS section) using the menu Appearance -> Customize.
.x-colophon.bottom { min-height: 100px; }
Hope that helps.
October 9, 2014 at 12:56 pm #122444Sort of, but it doesn’t go smaller than 77px
Thanks!
October 9, 2014 at 1:32 pm #122470Try adding some CSS code under Appearance -> Customize -> Custom -> CSS
.x-colophon.bottom .x-colophon-content { margin: 10px 0 0px; }
Once this is set you should be able to change the other style to a lower value. I was able to reduce it to 38px. I hope this helps.
October 10, 2014 at 5:40 am #122880Perfect!
Thank you again for your support!
October 10, 2014 at 12:09 pm #123151Glad we were able to help. 🙂 Have a nice day.
March 12, 2015 at 5:18 pm #226256I’m having the same issue with the X Theme, I’m trying to change the height of the footer widget though, not the normal footer.
How do I change the height of the footer widget? Or
How do I make the height of what is currently in the footer of my webpage smaller?
My web-site is: http://www.Naz-Sect.com
March 12, 2015 at 10:36 pm #226404Hello There,
Please create another thread so we can address your issue way better.
And also kindly provide us the url of your site with login credentials, if necessary, so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site

– WordPress Admin username / password (only if necessary)Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you very much.
-
AuthorPosts