On this site, we have pages that feature articles and then have modules around it. Is there a way to make the article width wider to match the normal module widths? I don't mind it for the blog articles specifically, but on our inside landing pages, it just doesn't look right.
Article width
5 days later
Hi, stimulus
Please access file root/templates/ja_vega/css/template.css
, then change style of attribute .item-page.type-default
into
.item-page.type-default {
/* max-width: 800px; */
max-width: 1018px;
margin: auto;
}
You can increase the width, and then clear cache to apply the changes.
Regards,