Hi,

I've got this page up:

http://www.remotewaves.com/licensing

If you open it in your browser and then resize the browser horizontally, you should see the text flow strangely - first just one word in a paragraph will be on the first line and then additional words as you make the window wider. Does anyone know what is going on?

I'm playing with some new methods in CSS - and just removed that layout stylesheet, but saw the same behavior. Thanks for any help

Sam

Comments

nevets’s picture

The theme increases the width of the content area as you widen the browser window. The text re-flows to fill the content area as it's size changes.

sam_squarewave’s picture

Hmmm..

I'm seeing this text like this:

When you buy
a track from RemoteWaves, you are granted certain rights to use it. You can add lyrics and sell the track in any format you please. You can add it to a video, movie or TV show as you please, even without lyrics. You can't sell the track unaltered to another person, or transfer the rights to sell that unaltered instrumental to any other party.

or

When
you buy a track from RemoteWaves, you are granted certain rights to use it. You can add lyrics and sell the track in any format you please. You can add it to a video, movie or TV show as you please, even without lyrics. You can't sell the track unaltered to another person, or transfer the rights to sell that unaltered instrumental to any other party.

Chrome and Safari on OS X 10.7

sam_squarewave’s picture

The issue was the 'story image', which was an empty div which had a padding of 10px. Fixed!