Please look here:
On this new site I’m using a left vertical menu and in some cases a masonry grid which is allowed to stretch to the full width of the browser. However when the view is on the desktop and the browser window is at a larger width the very left edge of the grid is cut off, but when I make the browser window less wide (for instance here when I make it less wide and it reconfigures to 3 columns wide) the left side of the masonry grid shows the entire grey border on both sides rather than cropping it off on the left.
Can’t figure why, any ideas?
Thanks
Never mind, I forgot we had changed the width of the left vertical menu, as you can see the margin and width weren’t the same. Duh.
/* menu width */
.html_header_sidebar #top #header {
width: 235px;
}
.html_header_left #main {
margin-left: 200px;
}