How to Change the Epik Footer to 4 column layout?

Homepage Community Forums Epik Theme Support How to Change the Epik Footer to 4 column layout?

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9354
    Mike
    Customer

      Anyone know how to do this? I’ve looked at footer.php but couldn’t figure it? Thks!

      #9359
      Wes
      Moderator

        Its actually in your functions.php file (of the Epik theme). It will look like this –

        //* Add support for 3-column footer widgets
        add_theme_support( 'genesis-footer-widgets', 3 );

        Then change that number to 4.

        #9378
        Mike
        Customer

          Thanks Wez. Added that and changed CSS widths and worked perfectly.

          #9382
          Wes
          Moderator

            You’re Welcome

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘How to Change the Epik Footer to 4 column layout?’ is closed to new replies.