• In need of a little help, here, folks.

    I’m a bit of a beginner,but I managed to add the WordPress audio player to my theme’s header. The only problem is, it fattens the header unnecessarily, due to the large amount of space the blog software automatically inserts below the object.

    I believe I read somewhere that there is some code in wordpress that instructs it to always insert extra space after any flash object.

    If that’s true, it seems like the problem could be solved by finding and erasing this command. Help, please?

    I am currently using the “Wallow 0.46.4” theme by TwoBeers Crew

    Here’s my URL so you can see what I’m talking about. If you want to take a listen to my band’s music while you’re there, be my guest 🙂

    http://www.fourmanchuband.com/wordpress/

    thanks.

Viewing 1 replies (of 1 total)
  • Hi,

    If you talk about the space just between the audio player and the first post… You must change some value in your CSS file :
    1. Find #pages section in your CSS file.
    2. Find padding: 10px 30% 40px 5%;
    3. Replace 40px by 10px
    4. It should be better. That’s it.

    I noticed I have a common issue with you on my site in the audio player.( With Google Chrome)
    When I click “play”, the message “File not found” appears ! But the sound is playing !!!

    Do you notice the same thing at your side ?

Viewing 1 replies (of 1 total)

The topic ‘Extra border space around WordPress Audio Player’ is closed to new replies.