How could I split issues in archive page into two columns?

Hi,
I would like to change page archive display. I would prefer to display all issues splitted into several columns. Is it possible to do it from managing pages?.
Could the same be done in other pages?
I am using 2.4.1 ojs
Thank you very much

This would require code changes.

The archives page display is performed by this handler:

And by this template:

Thank you very much, I will try it in next weeks.

Is this feature included in ojs 3?

I’m not aware of this being native functionality in OJS3, but OJS3 has made substantial progress in being able to apply custom themes for the interface. If you make the change in OJS 2.x, you should be able to code that change into a new OJS 3.x theme.