Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #543458

    I have 1/3 grid rows set for my portfolio page to go fullscreen. Everything looks great, however, on smaller screen sizes (iPad portrait) I am getting a 1px white line beneath them. Can you please let me know how I can fix this? Thank you!

    #543617

    Hey djshortkut!

    Please add following code to Quick CSS

    @media only screen and (max-width: 769px) {
    .flex_cell_inner {
        margin-bottom: -1px;
    }}

    Regards,
    Yigit

    #543779

    Thanks Yigit but that didn’t seem to do anything. I”’m still having the same issue.

    #545982

    Hey!

    Can you please try the code as following

    @media only screen and (max-width: 769px) {
    #av-layout-grid-1 .flex_cell_inner {
        margin-bottom: -1px !important;
    }}

    If that too does not work, please create a temporary admin login and post it here privately.

    Cheers!
    Yigit

    #546114

    That fixed it, thanks! You can close this thread.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Grid Row Formatting on iPad’ is closed to new replies.