Hi, I get the same problem in 10.24.1. The layout seems fine in portrait and landscape on many different tablets and phones, but with iPad Pro on the desktop emulator and when viewed on my Samsung A9+ (both in landscape), many elements of the layout are missing.
Is this a bug?
Hi, I fixed this issue by changing the default large screen size to 1400px in custom-variables.scss:
$screen-lg: 1400px !default;
Something that I also ran into is that ipads by default request desktop websites in the Apple Settings, you can fix this in the settings:
Make sure that you have "Request Desktop Website" turned off in Settings. Go to Settings > Safari > Request Desktop Website. This will make sure you always request the tablet version of a webpage (if that's what you're aiming for)