This issue seemed similar to reply #36379 but not exactly the same. I have a website that when loaded on the iPhone 6 shows the tiled background to the right of the correct website. I’ve gone in and changed the logo from the large image that it was to text and it still does the same thing.
Hey Samuel,
Thanks for getting in touch! The problem is caused by the lines you’re placing at the footer. Since the lines are considered one word, the browser doesn’t break it. Try using the CSS snippet below and see if it works for you.
.fl-page-footer-text-1 {
overflow: hidden;
}
Ben
Facepalm… Sorry to bother you with this.
No worries! Have fun with BB!
Ben