Hi,
I am using my portfolio as a blog. I have inserted the code below to make the page margins on my Category Archive and Search Results pages match the blog page. This almost works on Chrome, but when I view the pages on Safari and stretch the window above 1700px, the margins all messed up (please see image). They are slightly less messed up on Chrome with larger windows, but still not perfect. Any idea how I can make these pages’ margins consistent with the entire site on both Safari and Chrome? Thanks!
/* search borders */
.search-results .x-portfolio{
border-bottom: 2px solid #ddd;
margin: 0 3% 0 3% !important;
}
.archive .x-iso-container{
margin: 0 3%;
}
There is a also lot more custom code effecting these pages…


