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

    Hi,

    I want all widgets in footer area to align at the bottom instead of the top alignment. Is it possible?
    I checked the forum/manuals but I cannot find this setting. See this mockup.
    THX Freek

    #1003469

    Hey Freek,

    Thank you for using Enfold.

    Are you going to add more than one widget to each columns? If you’re not planning to do that, you can set the position of the widget to absolute.

    #footer .container {
        position: relative;
        min-height: 300px;
    }
    
    #footer .widget {
        position: absolute;
        bottom: 0;
    }

    Best regards,
    Ismael

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