Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #544769

    Hi there,
    do you see a possibility to achieve a real multiple-column layout where the text content is adapting to column size? This would mean that the text of for example in total 150 lines is then filled into x columns and this amount of fill changes in respect to column width. Hope you get me

    Watch this example while shrinking your browser:
    https://magazin.spiegel.de/digital/?utm_source=spon&utm_campaign=centerpage#SP/2014/51/130878577-130878579-130878581-130878582-130878583-130878584-130878585-130878587-130878588-130878589-130878578

    Thanks in advance, best regards
    ykblue

    #545486

    Hi Ykblue!

    Edit: Excuse me, i posted wrong reply :)

    Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your textblock element a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    
    .your-custom-class {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    

    Regards,
    Yigit

    • This reply was modified 8 years, 11 months ago by Yigit.
    #545494

    Thanks a lot, Yigit.
    The google translation obviously leads you into a complete wrong direction.

    What I would love to achieve within Enfold is a multiple-column text layout like I can it design with a graphics programme like Adobe Indesign. My query is about text-flow within the columns no matter which text-size user has set in his device and no matter what device in use. That’s what I wanted to show with the example – not the content in the link I sent.

    #545496

    Yi Yigit,
    our posts have crossed. pls forget mine.
    best, katharina

    #545501

    Hey!

    My bad Katharina. Sorry again! :)
    Please apply the changes i mentioned above and let us know if it helps or not. We will keep the thread open to hear from you.

    Best regards,
    Yigit

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