Title: [Plugin: Audio Player] Container height
Last modified: August 20, 2016

---

# [Plugin: Audio Player] Container height

 *  [Christopher](https://wordpress.org/support/users/columbus/)
 * (@columbus)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-audio-player-container-height/)
 * Hello,
 * How would I go about removing the white space under the player? I noticed it’s
   in a class called audioplayer_container.
 * Would like to adjust the height of this container to remove the white space below.
 * Thank you for your great plugin.
 * Regards.
 * [http://wordpress.org/extend/plugins/audio-player/](http://wordpress.org/extend/plugins/audio-player/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [Christopher](https://wordpress.org/support/users/columbus/)
 * (@columbus)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-audio-player-container-height/#post-2640585)
 * Tried using the below code in my CSS but still doesn’t remove the white space
   below.
 *     ```
       p.audioplayer_container {
       	padding: 0, 0, 0, 10px !important;
       }
       ```
   
 * In fact, even if I put top padding of 100px, makes no difference. Doesn’t seem
   to pickup this CSS code.
 *  [befree22](https://wordpress.org/support/users/befree22/)
 * (@befree22)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-audio-player-container-height/#post-2640775)
 * I too am having trouble removing the extra white space. I used Firebug but I 
   was only able to reduce the margins.
 *  [Art Smith](https://wordpress.org/support/users/ambrosiawt/)
 * (@ambrosiawt)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-audio-player-container-height/#post-2640795)
 * I got this resolved by updating CSS using simply the following:
 *     ```
       .audioplayer_container	{
             padding:0px !important;
             margin:0px !important;
       }
       ```
   
 * You’ll notice that I did NOT use the ‘p’ tag reference. For some reason the p
   didn’t work right.
 * I hope that helps!
 * Art
 *  Thread Starter [Christopher](https://wordpress.org/support/users/columbus/)
 * (@columbus)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-audio-player-container-height/#post-2640796)
 * Yep, got it working. My css file was not writeable, hence any changes I made 
   to it from within WP weren’t being saved. Thank you.
 *  [JonathanWright](https://wordpress.org/support/users/jonathanwright/)
 * (@jonathanwright)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-audio-player-container-height/#post-2640841)
 * Hey guys. I’m still having trouble with the container space. I pasted that code
   at the end of the style.css file, but the container space is still unchanged.
   Any ideas?
 *  [pmj](https://wordpress.org/support/users/pmj/)
 * (@pmj)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-audio-player-container-height/#post-2640863)
 * I use the Twenty Twelve theme and found that setting the margin-bottom here to
   zero in style.css got rid of the extra white space:
 * .entry-content embed,
    .entry-content iframe, .entry-content object, .entry-content
   video { margin-bottom: 0; }
 * This will also effect any other embedded audio players you may have, so check
   those.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: Audio Player] Container height’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/audio-player.svg)
 * [Audio Player](https://wordpress.org/plugins/audio-player/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/audio-player/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/audio-player/)
 * [Active Topics](https://wordpress.org/support/plugin/audio-player/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/audio-player/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/audio-player/reviews/)

 * 6 replies
 * 5 participants
 * Last reply from: [pmj](https://wordpress.org/support/users/pmj/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-audio-player-container-height/#post-2640863)
 * Status: not resolved