Hi there — great theme! in Pulses Pro, on iPhone, there is a thin white line / white space all across the left side of the screen. This also happens in your demo. See this screenshot: https://i.imgur.com/OGTQebO.png
You can re-create this issue on your iPhone (I’m using iPhone 11 pro). Here’s the demo link: https://demo.tagdiv.com/newspaper_pulses_pro/
Thank you
Hello !
We have managed to recreate it too. This will be fixed in the future update which is coming this week most likely.
You can use this CSS code until then: .td-md-is-ios .tdc-row[class*="stretch_row"] > .td-pb-row > .td-element-style,
.td-md-is-ios .tdc-row-composer[class*="stretch_row"] > .td-pb-row > .td-element-style {
width: calc(100vw + 1px) !important;
}
@media (max-width: 767px) {
.td-md-is-ios .td-pb-row > .td-element-style {
width: calc(100vw + 1px) !important;
}
}
Thank you !
Hi there Vlad, I’m now seeing this white line on the right side of the screen. Here’s the URL (one time link): https://onetimesecret.com/secret/iqt0j8duiinq1flolqokyb15qd9thay
Also, it seems that the header viewport meta deceleration is missing ‘maximum-scale=1’. I’ve updated it and it seems to do the trick with regards to horizontal scrolling on iOS.
White line still exists on the right side. I’m running Newspaper 10.3.2. Please advise — thanks.
Hi there Vlad — please take a look here: https://d.pr/v/t90A1N
Once I pinch out (2 fingers), it locks back in with the right white line, and also horizontal scroll becomes available. This doesn’t happen with other sites. iPhone 11 pro.
Additionally, please see what happens when I click mobile menu in the homepage — the footer appears behind the menu for a quick second. This only happens on homepage.
Thanks so much