Okay
  Public Ticket #194270
Container Width, Masonry Issues
Closed

Comments

  • Brad started the conversation

    I have changed the container width of the page to 1282px by changing the following responsive.css line:


    @media only screen and (min-width: 1300px) {
      .container {
        max-width: 1282px;  
      } 
    }

    I have also removed the 20px padding to give the sidebar more space, but as you can see via the attached file, the home page is only shifted over... it doesn't extend the full 1282px.

    Is there a fix I need to implement for masonry purposes?