Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1126821

    Greetings from Vienna!
    I am using on the entrance site a grid layout which works fine on PC:

    But on mobile it cuts off the third column and I do not know how to solve the problem:

    View post on imgur.com

    Could you please help me?!

    best regards

    Gerhard

    #1127082

    Hey Gerhard,

    I think it’s the Facebook like box which is causing that, what happens if you remove it? The reason why it overflows is that it’s an iframe being fetched from Facebook with a fixed width set.

    Best regards,
    Rikard

    #1141757

    Hi Rikard!
    Sorry for beiing late! Killed the FB Box, but nothing happened! Still all the content is overboarding in the 3rd grid of the grid row on mobile only.
    Could it be a problem of addtitional CSS iframe attributes?
    For any further info, links in private content
    best regards Gerhard

    #1142962

    Hi,

    Sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .iframe {
        width: auto !important;
    }
    }

    Best regards,
    Rikard

    #1143240

    Hi Rikard!

    Worked fine! File can be closed.

    best regards

    Gerhard

    #1143309

    Hi Gerhard,

    Glad we could help :)

    We are closing the thread.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Grid row problems’ is closed to new replies.