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?
I have changed the container width of the page to 1282px by changing the following responsive.css line:
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?