Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #737414

    Hi everyone
    Is there a way to create a row below the 4 footer widg`ets?
    See attached for what I would like.

    http://franklydifferent.com/enfold/preview-full-Enfold%20footer.png

    #738958

    Hey!

    Please go to Enfold theme options > Footer and choose to display 5 columns and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .flex_column:nth-child(5) {
        width: 100%;
        margin-left: 0;
    }
    #footer .flex_column:nth-child(1), #footer .flex_column:nth-child(2), #footer .flex_column:nth-child(3), #footer .flex_column:nth-child(4) {
        width: 20%;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.