Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #440198

    Hi Kriesi team,

    I have encountered a weird bug on my site. For reasons I cannot explain, there are white bars on top of some media elements. However, it is just on mobile devices, not in desktop. I attached 2 screenshots: one showing how it looks like on a desktop after resizing the window and the second one on a mobile device.

    Can you tell me what those bars are and how to get rid of them?

    Thanks!

    Desktop
    Mobile

    #440502

    Hey Felix!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    .grid-entry .inner-entry { box-shadow: none !important; border: none !important; }}

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.