The problem is that the Libra is a 7" screen and the Clara 2e is a 6" screen. So to get two columns, you'll need to use a smaller font then you used on the Libra.
However, if you are using ePub (not KePub). you can put the following code in the body CSS style.
Code:
oeb-column-number: 2;
That will give you 2 columns without the need for a smaller font.