Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1411969

    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

    #1412007

    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;
    }

    #1412015

    Hi,

    Glad to hear that you were able to figure it out. Please don’t hesitate to start a new thread if you have any further questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘New project with sidebar menu masonry grid cut off inlet side in certain cases’ is closed to new replies.