• Resolved dcroe05

    (@dcroe05)


    I’m looking for a way to make the audio player from

    display:block

    to

    display:inline-block

    How can I apply CSS to the audio player, as it doesn’t seem to output with a class or useful id.

    Preferably I’d like to apply this change to Audio media only, but if I have to make it apply to all the media I can live with that.

    http://wordpress.org/extend/plugins/shortcodes-ultimate/

Viewing 1 replies (of 1 total)
  • Plugin Author Vova

    (@gn_themes)

    You can put it to the <span> tag. Or in the <div class="inline"> and add next custom css:
    .inline .su-media { display: inline }

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Shortcodes Ultimate] How to style Audio Player’ is closed to new replies.