• Resolved kath001

    (@kath001)


    Is there a custom css for making the footer widget boxes all the same size?

    Thanks!
    Kath
    viral.stkittsthegreat.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Put this in your custom css file:

    .widget-footer {
        height: 600px;
    }
    Theme Author ronangelo

    (@ronangelo)

    If you use the code above to set a fixed height, you could also add an
    overflow-y: scroll; so a scroll bar is available whenever the content is longer than the specified height.

    Or if you want the widgets to follow the height of the tallest widget you could use this instead:

    #widgets-wrap-footer {
        display: flex;
    }
    Thread Starter kath001

    (@kath001)

    Awesome! Thanks a bunch guys! I ended up using the overflow-y: scroll code!
    Thanks stacyduval and awesome theme ronangelo but I’m sure you’ve heard that many times already.

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making Footer Widgets the Same Size’ is closed to new replies.