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

    Hello folks!

    I have used the following code to make text in a text block align in columns:

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

    So that’s all working fine BUT I noticed that the first column beginning does not line up with the second column. The first column starts one row below the second one. See example here: http://katharinapommer.de/life-coaching

    How can I fix this?

    Thank you in advance!
    André

    #555907

    Hi André!

    Please add following code to Quick CSS as well

    p.font_8 {
        margin-top: 0;
    }

    Best regards,
    Yigit

    #555915

    Thank you, Yigit!

    It did not work on all the text blocks though. On some it did, on some it didn’t. Why is that so?

    On the page I posted before, it worked fine. However, on this page: http://katharinapommer.de/ueber-mich it doesn’t work.

    Can you help me out here?

    • This reply was modified 8 years, 5 months ago by andreki.
    #555932

    Hey!

    Please change the code to following one

    .fluidcolumns p {
        margin-top: 0;
    }

    Best regards,
    Yigit

    #555942

    Thanks so much!

    I added both codes and that fixed it!

    Thx
    André

    #555944

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to make every column in a text block line up at top margin?’ is closed to new replies.