If you see this issue, it may be that you have a HTML 'Marquee' tag on one of your pages within the software.
The reason for this is because a width has not been set on the marquee tag. A recent change to Google Chrome has made the width of some sites change.
In this example, a marquee tag has been put in a fragment.
At the beginning of the code where it displays
<marquee>
You need to change this to the following
<marquee width=”x”>
(Where “x” is the width of your homepage you can keep changing “x” until the page looks correct. )
The reason for this is because a width has not been set on the marquee tag. A recent change to Google Chrome has made the width of some sites change.
In this example, a marquee tag has been put in a fragment.
At the beginning of the code where it displays
<marquee>
You need to change this to the following
<marquee width=”x”>
(Where “x” is the width of your homepage you can keep changing “x” until the page looks correct. )