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é
Hi André!
Please add following code to Quick CSS as well
p.font_8 {
margin-top: 0;
}
Best regards,
Yigit
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?
Hey!
Please change the code to following one
.fluidcolumns p {
margin-top: 0;
}
Best regards,
Yigit
Thanks so much!
I added both codes and that fixed it!
Thx
André
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