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

    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!

    #560126

    Hi djshortkut!

    Here you go:

    Please add this in Quick CSS

    
    #av-layout-grid-2.av-layout-grid-container {
       overflow:hidden;
    }
    

    Cheers!
    Vinay

    #560147

    Ok that will work, thanks! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Grid Row Alignment Issue’ is closed to new replies.