Responsive on mobile display buggy

Hi,

Suddenly my website looked strange since yesterday. It was very normal, but now the responsivity of it is affected:

When i log on www.heyportraits.com looks like the website is inside a white box, so when i swipe to left or right, the main site oddly offsets the display area of mobile browser (safari on ios), making the visualization very strange.

I use The Grid for showing my galleries, and yesterday everything was fine, but today it started to make those strange behavior.

Hi there,

Please add this code in the Global CSS:

.home .x-container.main:before {
    display: none;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.