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
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