Hi
Can I divide footer area 2 colums 1/3 and 2/3?
Thank you in advanced
Hey kkwasniewski!
Please go to Enfold theme options > Footer and choose to display 2 column in footer area and then add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .flex_column:nth-child(1) {
width: 31.33%;
margin-left: 0;
}
#footer .flex_column:nth-child(2) {
width: 62.66%;
}
If that does not help, please post the link to your website
Regards,
Yigit
Works great, thank you a lot!