We’re working on a new Genesis child theme that hopefully will be released soon for free. One of the requirements is to have a bigger or wider widgetized footer section for contact form placement. With Genesis Framework, this is not something really hard to do.
For example, in Sample Child Theme for Genesis 2.0, you’ll see these codes in your functions.php
and style.css files
.
To change it to the 2-column widgetized footer, you may change those codes with the ones below:
That’s pretty straightforward. Here’s the final result you’ll see.
Please note that the max-width
of .wrap
in Sample Theme of Genesis 2.0 is 1140px. Depending on your theme, if your theme uses different width, you might need to change the width of the .footer-widgets-1
and .footer-widgets-2
.
If you’ve any problem, feel free to drop us your comment below.
Leave a Reply