• Closed
  • Yigal Behar
    Spectator
    January 18, 2016 at 5:55 pm #23626

    Hello,

    Content boxes start same horizontal line but DONT end evenly.

    this how it looks like
    __ __ __ __
    txt txt txt tx
    __
    __
    __
    __

    should be:

    __ __ __ __
    txt txt txt txt
    __ __ __ __

    regardless the text lines, it will end the same.

    thanks/

    Denzel Chia
    Moderator
    Posts: 2656
    January 19, 2016 at 9:13 am #23640

    Hi,

    Sorry, I don’t understand.
    Please post url, I need to see live example.

    Thank you.

    Yigal Behar
    Spectator
    Posts: 2
    January 19, 2016 at 6:49 pm #23649
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    January 21, 2016 at 1:51 am #23676

    Hi,

    If you want the content boxes and footer widgets to be the same height.
    You can set a min-height to it.

    In Theme Options -> Custom CSS

    .home-content-boxes .content-box {
    min-height: 450px !important;
    }
    .footer-widgets .widget-content {
    min-height: 310px !important;
    }

    Thank you.