Hi,
I’m new to the Enfold theme. How do I resize the footer height?
Thanks in advance!
Hi kbrimberry!
You can add following code to Quick CSS in Enfold theme options under Styling tab to set padding value to 0
#footer {
padding: 0; }
by default it is 15px 0 30px 0
Best regards,
Yigit
I entered the custom css, still doesn’t work.
Here is the link to the footer page: http://www.kbwcontracting.com/homepage/home-v4-small-slider/
I noticed when the slideshow changes photo sizes…the footer adjusts automatically. How can I have a static footer?
Hey!
If you mean home page, it happens because you do not have enough content on the page. You can try adding following code to Quick CSS in Enfold theme options under Styling tab as a temporary solution but the best option would be adding more content on the page
.home #main {
min-height: 1000px;
}
Cheers!
Yigit
Ok great. thanks.
I also notice on my homepage, my logo is changing size when I scroll down…how can I have a fixed logo size?
Hi,
Open js/avia.js and look for line:
avia_header_size();
Replace it by this:
//avia_header_size();
Regards,
Josue
this post helped me. Thank you Josue and Yigit!