• Hi

    I’m trying to add some spacing between the image in my post and the player from Grooveshark…No matter how much space I add in the editor, the image and the player align themselves one right on top of the other…This is how it looks in the editor:

    <img class="alignnone size-full wp-image-91" title="okgo" src="https://madsenblog.dk/wordpress/wp-content/uploads/okgo.jpg" alt="okgo" width="440" height="330" />
    
    <object width="250" height="40" data="https://listen.grooveshark.com/songWidget.swf" type="application/x-shockwave-flash"><param name="wmode" value="window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&amp;widgetID=644972&amp;style=metal&amp;ap=0" /><param name="src" value="https://listen.grooveshark.com/songWidget.swf" /></object>

    If you look at the entry I’m referring to you’ll see what I mean.

    Hope someone can help…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter madsen

    (@madsen)

    Hi again…Would really be grateful if some kind soul out there could help out… ??

    Hey Madsen,

    I looked at your blog post and checked out your CSS. If you look at style.css (line 522) at your properties for .post_content img, you will see that you are floating all images in your post to the left. You can either change the CSS to not force float:left, or you can put the following code between the image and widget: <div class="clear"></div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spacing between image and audioplayer’ is closed to new replies.