i use gk_kidty, in advacend setting is not possible to configure layout of template, sidebar etc. i'd like in com_content default to have a larger view of the content, how to override and set custom pixel large view or responsive view for the content? example https://edupro.app/web/index.php?option=com_content&view=article&id=4
Hi
The content of item page is set with width of 828px, you can override with below custom CSS:
.item-page {max-width: 1200px !important;}
and change to your desired value.