Viewing 1 replies (of 1 total)
  • You have to use the child theme to override the template file… templates/footer.php

    Which is in the templates folder. Once there you would have change all the css classes and make a 5 column layout. so each column as a 25% width. Then add in the call for the 5th widget area which you would need to make in your functions.php file.

    This is unfortunately not something that is just one or two small changes that I can say step one do this step two do this. it’s fairly complex if your new to wordpress developing. But if you start by looking how it’s down currently in the templates/footer.php file you should be able to make the 5th option. Just be sure to change all the css classes from col-md-3 to col-md-25

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘How to add a column to Virtue footer – increase from 4 to 5’ is closed to new replies.