Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #591667

    Hi

    Can I divide footer area 2 colums 1/3 and 2/3?
    Thank you in advanced

    #591684

    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

    #591700

    Works great, thank you a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to divide footer area 2 colums 1/3 and 2/3’ is closed to new replies.