daiyaan

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How To Have Different Wrap Width For Blog and Homepage? #8937
    daiyaan
    Customer

      I think I’ve figured it out… adding the code below to my custom.css file seems to have done the trick:

      .page-template-page_blog-php .wrap, .page-template-page_blog-php .site-header {
      margin: 0 auto;
      max-width: 1140px;
      }

      .single-post .wrap, .single-post .site-header {
      margin: 0 auto;
      max-width: 1140px;
      }

    Viewing 1 post (of 1 total)