- Index
- » Support
- » Categories module extended
- » Why does it display in columns?
Why does it display in columns?
Re: Why does it display in columns?
Hello Jason22,
Unfortunately the default setting for Joomla blog layouts is one leading article and two columns for the following articles. These settings can be adjusted when creating a menu item for the blog layout. Because of the categories module not beeing connected to any menu items the default values cant be changed from the backend.
The solution is to edit the file /components/com_content/views/category/view.html.php
At line 50 you find the default settings. Change
$params->def('num_columns', 2); to
$params->def('num_columns', 1); and you will get only one column on the blog view.
You can also set num_leading_articles to 0.
(Of course you can still create menu items for blog views and change the settings for these views.)
Kind regards,
Pete
If you are satisfied with our products please write a review in the Joomla Extensions Directory!
- Index
- » Support
- » Categories module extended
- » Why does it display in columns?









