Child theme: Altitude Pro
Before:
After:
Here’s how:
Step 1
Edit Altitude Pro’s functions.php.
a) Change
//* Add support for 1-column footer widget area | |
add_theme_support( 'genesis-footer-widgets', 1 ); |
to
https://gist.github.com/04356d6ab348f0f5ca51b) Change
//* Add support for structural wraps | |
add_theme_support( 'genesis-structural-wraps', array( | |
'header', | |
'nav', | |
'subnav', | |
'footer-widgets', | |
'footer', | |
) ); |
to
https://gist.github.com/04356d6ab348f0f5ca51Step 2
Edit Altitude Pro’s style.css.
Replace the Footer Widgets section (line 1688 to line 1726 in the unmodified Altitude Pro’s stylesheet) with the following:
https://gist.github.com/04356d6ab348f0f5ca51Step 3
At Appearance > Widgets populate Footer 2 widget area with your desired widget(s).