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!
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
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
Thanks Yigit, that fixed it! You can close this thread.