Page content pushed to right

0
I've been experiencing this issue more and more in the front-end of my app where all the content of a page will be smushed all the way to the right of the page almost making it unviewable. Generally this goes away after navigating to another page and coming back, then it displays properly. Anyone experience this issue? I've experienced this in both latest versions of firefox and chrome.    
asked
1 answers
1

I've never seen this before, but it sounds annoying. 

 What browser are you using when you view this?  Do you have any special widgets on the page in question?  Is it always the same page or is it different pages every time? What is the page structure of the underlying page (like it has a layout grid with 4 columns, one of them has widget X in it)?  Try opening the f12 browser console menu before you go to the page.  Maybe there is an error in there indicating something with the javascript?  My guess is that there is some element on the page with a hardcoded width that needs to be made responsive.

Apologies if this is more question than answer, but hopefully it gives you some places to check for clues.

answered