• I have WP Audio Player installed. The player always appears on a new line, no matter what I do.

    Someone mentioned something about HTML <div> in a related discussion, but I didn’t see anything like that. I’m not exactly a coding genius.

    You can find the page in question here: http://kreidermusic.com/original-works/choralvocal/

    Is there a way I can make the audio player appear on the same line as the text immediately before it?

    Thanks!
    Dan

Viewing 6 replies - 1 through 6 (of 6 total)
  • Is this happening with all browsers.

    Thread Starter DanKreider

    (@dankreider)

    At least in Chrome and Firefox. I haven’t tried it in Incompetent Explorer.

    Thread Starter DanKreider

    (@dankreider)

    …or is that Internet Exploder?

    Chrome can be a b$$%&*& as well. Try searching in the stylesheet find it the best way to backtrack !! Also your url I’ll try and have a look. but it’s 2am here and the brandy is going down well. If not now tomorrow!!
    is this the plugin “audio-player/assets/player”

    Now I get your question your right about div something like div=id and use span class then reference that in css.

    Try this change it to suit.

    <h1>Name<span class="byauth">Author </span></h1> = html

    css= `h1{
    position:relative;
    }
    h1 span.byauth{
    position:absolute;
    bottom:0;
    right:0;
    font-size:small;
    }`

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Audio Player keeps appearing on new line’ is closed to new replies.