I’m having an issue with the page on mobile devices. Everything looks normal in Google Chrome mobile emulation, but for some reason the layout is off on mobile devices(especially in Safari).
Current Quick CSS:
@media only screen and (max-width: 1024px) {
div.ls-wp-fullwidth-container { display: none !important; }
}