Is it possible to increase the footer columns to 4.
Also can you tell where to edit the default widget text.
Thank you
Kristian
Is it possible to increase the footer columns to 4.
Also can you tell where to edit the default widget text.
Thank you
Kristian
Hey!
in your options folder in file sidebar_footer.php at the bootom of your file change the last line from:
$k_option['custom']['footer'] = array('left','center','right');
to
$k_option['custom']['footer'] = array('left','center','center2','right');
That will create the 4th footer area as well as the backend option to fill that area. you can edit the default text in footer.php at the bottom.
Please also be aware that you might need to do some changes to the CSS files to make the design work with 4 footer areas ;)
You must log in to post.