Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #507629

    Hi guys,

    On the contact page on iPad the grid layout has a white bar underneath and the icons are cut off. On Android mobile and desktop it looks fine. (see Private content)

    How can I fix this?

    Sincerely,
    Morticka

    #507634

    Hey Barb! :)

    Please add following code to Quick CSS

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    #brcontactgrid .flex_cell:nth-child(2) {
        padding-bottom: 41px!important;
    }}

    Regards,
    Yigit

    #507651

    Yes, that did it! Thx Yigit :D

    Sincerely,
    Barb

    #507653

    Hey!

    You are welcome Barb, always happy to help! :)
    Good day!

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Layout/margin responsive problem iPad with grid’ is closed to new replies.