possible to resize the audio player in Tuned Balloon theme?

  • Unknown's avatar

    On the media page from my site (http://hrbassman.com/media/), the audio player that appears runs from margin to margin on the page, and prevents me from organizing my page as I think it should be. Is there a CSS command I could use to reduce the size of the “built in” audio player? If so, could you tell me what it is, and precisely how it should look when I type it (I’m really new to CSS). Or is there another audio player that I can use that is a little more customize-friendly? Thanks for any help or direction you might offer.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Howdy, give the following a try. If you want something different than the width I used as an example, you can play with the widths. I narrowed my browser window and the following change doesn’t seem to adversely affect the view from a smartphone, so all should be good to go on those, but it would be worth checking on a tablet (if you have one) and phone just to make sure.

    .mejs-container, .mejs-container {
        width: 400px !important;
    }
    .mejs-time-rail {
        width: 200px !important;
    }
    .mejs-time-total {
        width: 190px !important;
    }
  • Unknown's avatar

    Thank you. I’ll give it a try tonight. Appreciate your timely response.

  • Unknown's avatar

    You are welcome and let us know if you have any problems.

  • The topic ‘possible to resize the audio player in Tuned Balloon theme?’ is closed to new replies.