Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #636770

    Hello enfold-team,

    i have a small problem, maybe you can help me. I tried to solve it with this topic:

    In firefox it works great, that the text automatically flow across the columns, but on safari, the height of the textfields is not the same. The first of the two columns filled with text is always higher.

    Do you know, how can i have two colums of text of the same height + the textflow from the first to the second, while i resize it.

    Thanks again for your great help.

    #637446

    Hey swa6768,

    hm what do you want to achieve? how should the result look like? does it work for you when using a default WP theme? please let us know about your results.

    Best regards,
    Andy

    #637904

    Hey,

    There is a link down below. If you have a look in Firefox, it works fine. The two text-colums have equal height. If you look in Safari, the first text-column is much higher. I’ve done it with the this code:

    .fluidcolumns{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }

    Any Idea, how to fix it in safari?
    Kind regards,

    #638780

    Hi,

    try this code inside of Quick CSS field:

    .fluidcolumn p {
    margin-bottom: 0px;
    }
    

    Best regards,
    Andy

    #639912

    Hi Andy,

    that works perfect! Thank you again for the great enfold-support!

    Best regards,

    #639921

    Hey!

    Glad we could assist.
    please remember to rate our theme if possible at themeforest!
    What does help us a lot to also go forward!

    Thanks a lot

    Cheers!
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘text-automatically-flow-across-columns + heigth of textcolumn’ is closed to new replies.