Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1151214

    Hello,
    on my homepage I’ve created various columns in one row, which should be all equal height.
    I’can’t get it to work, even though I’ve set the first column to equal eight. On your questions and answers I do not find a solution to that problem. What can I do?
    Cheers Jutta

    #1151215
    This reply has been marked as private.
    #1151319

    Hi,

    Sorry for the problem. Could you try updating the theme to the latest version (4.6.3.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1152150

    HI,
    I’ve updated Enfold to
    Version: 4.6.3.1

    but it is still not working…
    Could you kindly help.

    on https://www.silbensalon.de/ all grey boxes in a row should have the same height.
    Cheers Jutta
    viele Grüße aus dem Salon
    Jutta Reichert

    #1152721

    Hi Jutta Reichert,

    https://cl.ly/4caa497b5d55 The columns are equal height but the content added in it is of different height and so visually seems that the equal height columns are not working.

    Best regards,
    Victoria

    #1152732

    Thanks Victoria,
    the important thing to me is, that the grey background in both columns is the same height. How do I achieve that?
    Cheers Jutta

    #1152975

    Hi Jutta,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) {
    .home .iconbox_content {
        min-height: 400px;
    }
    }

    Best regards,
    Rikard

    #1153488

    Thank you Rikard,
    but unfortunately that also influences the size of the smaller columns further down.
    I cannot set the column height to a fixed value. I would need a true feature of equal height columns that works for all sizes.
    Thanks for your help.

    #1153606

    Hi,

    Thanks for the update. Please try this CSS instead:

    @media only screen and (min-width: 768px) {
    .home #after_full_slider_1 .iconbox_content {
        min-height: 400px;
    }
    }

    Best regards,
    Rikard

    #1153655

    Good morning Rikard,
    The above code only changes the size of the first column block.
    I would need a solution, so that all neighboring columns and their background are of equal height regardless of their position in the page or their size. Isn’t that what the feature equal height is suggesting?
    Thanks again.
    Cheers

    #1154368

    Hi angereichert,

    The best way to achieve this is to have the same amount of text, all css solutions will have the boxes in different height at some point.

    Best regards,
    Victoria

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