cicibo
8 years agoContributor
How to change the TKB article listing
Hi all,
My plan is to change the default 'tkb.widget.article-list' . i just want to list the title and modified date and not displaying it in grid.
Rather than create a new custom component for that, maybe i can change the OOB component . Any idea on how to get it done?
I've tried to create a custom component but stuck on creating the paging for that list.
Default :
Custom :
Thanks in advance.
cicibo- You can achieve this by reverting to TKB V2 as AbhishekIlindra mentioned. However, I will not recommend using an old version just to have a list layout.
You can do it using below CSS.
.lia-tkb-article-entry{ width: 100%; }