Screen shift - footer alignment?

Hi there, I have tried to spot what the error is that is causing this screen shift but failing miserably. The footer seems to have wanged over to the right hand side almost like a side bar. Looks awful and I can’t sort. Tried to see broken code but my knowledge of html is not great so probably missed something. Could you possibly see if can advise / help me? Thanks so much. Hope you guys are all keeping safe and well in these troubled times. Warm wishes, Kate


Sending log in with private note

Hello Kate,

Yes, this is cause by a broken HTML. To check where the error is coming from, the easiest way is the process of elimination.

I can see this is is live you might want to do it on a test page. Save the page as template first. Then load the template on a test page.

On this test page, try to remove all text element content. Save the page. See if the issue is gone. If yes, that means one of those text element content got the errors. To see which part, put it back one by one. Each time save and check after. Once you see the error again, you know which text it is. Now, you know which specific text. Then you can manually check if everything is close properly like this <p></p>. Please also try to remove excess tags. Everything should have proper closing tags.

Hope this helps.

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