Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #528606

    Hello,

    How should I do when I want one 100% widget over the 4 widgets in the footer?

    Best Regards
    Joel

    #528614

    Hey Momentummediaab!

    Please go to Enfold theme options > Footer and choose to display 5 columns and then post the link to your website and attach a screenshot showing the changes you would like to make.

    Cheers!
    Yigit

    #529163

    Ok!

    The arrow in the pic are pointing at the place were I would like a widget with full width to be.

    Do you understand what I mean? :)

    Cheers!

    #529167

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Regards,
    Yigit

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