csscss-floatsmart-wizard

CSS floating issue being pushed to new line


Please see my jsfiddle example below.

Can anyone figure out what I am doing wrong here?

I am attempting to use a third party plugin called Smart Wizard it all works except for this one aspect as shown in the jsfiddle.

The [X] is on a new line, it should be directly to the right of the error message.

http://jsfiddle.net/jamesjw007/4wJv4/1/


Solution

  • just add

    .content { width: 90%; float: left; }
    

    example fiddle: http://jsfiddle.net/4wJv4/9/ - Adjust the width of content element as you prefer