On this page I have several grid rows with audio players beneath them. This looks great on every screen size except I am having an issue on my iPad in landscape mode. The audio player on the left side (first grid row column) doesn’t line up correctly with the other audio players (see images) This only seems to be happening on this screen size. Can you give me some quick css to fix this issue please? Thanks!
Hi djshortkut!
Here you go:
Please add this in Quick CSS
#av-layout-grid-2.av-layout-grid-container {
overflow:hidden;
}
Cheers!
Vinay
Ok that will work, thanks! You can close this thread.