Some odd behavior between 768 and 1024

  • A couple of items on this page:
    Navigation – when resizing between these breakpoints, alignment of the nav shifts a bit. In inspector mode, when opening the toggle nav, no menu is present for Surface Pro 7. The Proven results section is also not as expected – looks like desktop and not tablet view even though editor for tablet is correct. Had to add some custom css for the results column displays to override defaults.

  • Hi there,

    the issue is caused by an overflow issue, and the overflow issue is caused by your custom CSS:

    .gb-carousel {
        clip-path: inset(-4px 0 -4px 0) !important;
        overflow: visible !important;
    }

    Can you delete the second line of the CSS to test?

  • added custom css to address items, but notice that tablet doesn’t seem to cover FULL tablet range in some cases with grid or column block especially.

  • Not sure what you mean, can you point me to where I can see the issue?

  • Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.