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

    I am having a problem with my portfolio grid. On my iPhone 6 in landscape mode the grid is not stretching fullscreen. There is a gap on the right hand side. (See attached image) Can you please provide me with some custom css to fix? Thanks!

    #395182

    Hi djshortkut!

    I checked your page on my iphone 5s and tried resizing browser window but i could not reproduce the issue on my end.
    Can you please try removing the codes we posted here – https://kriesi.at/support/topic/portfolio-1px-gap-on-iphone/#post-394277 and check if that helps?

    Cheers!
    Yigit

    #395208
    This reply has been marked as private.
    #395647

    Hey!

    Please try adding following code to Quick CSS

    @media only screen and (max-width: 990px) and (min-width: 767px) {
    div#main { width: 100.2%; }}

    Best regards,
    Yigit

    #395884

    Thanks Yigit, that fixed it! You can close this thread.

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