How do I reduce the footer size? I tried the steps in the post at bottom of this.
I tried adding the following to Enfold Theme Options/General Styling/Quick CSS:
#footer {
padding: 15px 0;
}
I see no change after that.
I also wanted to change the header resizing just like that poster, so I modified /wp-content/themes/enfold/js/avia.js to comment out the line:
// decreases header size when user scrolls down
avia_header_size();
I cleared my cache, but see no change from that either. What am I missing?
(from https://kriesi.at/support/topic/adjust-footer-size-and-dropdown-menu-item-issue/?login_error)
Hey!
1. Try with this code:
#footer {
padding: 0 !important;
}
2. You can disable that in the Theme Options: http://screencast.com/t/7yBRmgcquQZ
Best regards,
Josue