-
AuthorPosts
-
November 30, 2015 at 7:56 pm #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 meWatch 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-130878578Thanks in advance, best regards
ykblueDecember 1, 2015 at 7:07 pm #545486Hi 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.
December 1, 2015 at 7:16 pm #545494Thanks 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.
December 1, 2015 at 7:17 pm #545496Yi Yigit,
our posts have crossed. pls forget mine.
best, katharinaDecember 1, 2015 at 7:20 pm #545501 -
AuthorPosts
- You must be logged in to reply to this topic.