Hi Jim;
This is what I did; it worked for me.
1) In the PHP sheet look for “footer-3”
Appearance > Editor (Under Templates) Select > Theme Footer(footer.php)
comment out and replace like this…
<?php
/**
* <?php if(!dynamic_sidebar('footer-3')) : ?>
* <div class="cols-4 widget-column-3">
* <h5><?php if( of_get_option('frptitle') != '') { echo of_get_option('frptitle'); } ; ?></h5>
* <?php echo do_shortcode( '[footer-posts show="2"]') ;?>
* </div>
* <?php endif; ?>
*/
?>
Then press the “Update File” button.
2) In the style sheet look for “= Footer css”
Appearance > Editor (Under Templates) Select > Stylesheet(style.css)
comment out and replace like this…
/*
* .cols-4{width:21.6%; float:left; margin:0 6.5% 5% 0; }
* Edit [DATE][REASON] NEW STYLE
*/
.cols-4{width:28.8%; float:left; margin:0 6.5% 5% 0; }
Then press the “Update File” button.
That’s it.