edit grey area (footer) at the bottom of each page
-
Hello
I will like to edit grey area (footer) at the bottom of each page as it is too wide and it looks weirdThe blog I need help with is: (visible only to logged in users)
-
You have an empty gallery widget in the footer widget area. Remove that and the grey area at the bottom will shrink in height.
-
Hi,
I have visited your blog and I have seen that there is a two footer which makes footer’s height more and to reduce the size add following CSS:#colophon { width: 80%; padding: 2%; margin-left: 10%; }Thanks,
Aakash Patel -
warriorsevenyoga – please let us know if you still need any help with this. I’d suggest first removing the empty widget in the Footer area first, and then taking it from there.
-
Hi guys,
I have removed the empty gallery widget as suggested by ‘thesacredpath’ but not sure how to add the css code.
It still looks to big to me.
Thanks, -
Can you confirm whether you find it too high in height, or too wide in width? The CSS will be different depending whether you want to make it shorter or narrower. You said too wide in your original post, but I just wanted to make sure that’s what you want to change so we give you the right code.
To add custom CSS, you open the Customizer and go into the Custom CSS panel, and add your CSS there.
-
-
Thanks for confirming. You can give something like this a try to reduce the height of the footer area:
#colophon { padding-top: 40px; padding-bottom: 20px; }
- The topic ‘edit grey area (footer) at the bottom of each page’ is closed to new replies.