• Closed
  • Yigal Behar
    Spectator
    18.01.2016 at 17:55 #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
    19.01.2016 at 09:13 #23640

    Hi,

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

    Thank you.

    Yigal Behar
    Spectator
    Posts: 2
    19.01.2016 at 18:49 #23649
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    21.01.2016 at 01:51 #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.