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.

    5 days later

    stimulus Hi there,

    I can't find the same section on your site now, could you share the URL of that page?

      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,

      Write a Reply...
      You need to Login to view replies.