Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ntm

    (@ntm)

    Currently it is only possible to alter the width of the mp3 players via a CSS file.
    You may edit an existing CSS file – maybe the podpress.css file.
    Add the following lines:

    .podpress_mp3player  object, .podpress_mp3player  embed {
    	width:200px;
    }

    If this has no effect then write instead:

    .podpress_mp3player  object, .podpress_mp3player  embed {
    	width:200px !important;
    }

    Thread Starter fortsetzungfolgt

    (@fortsetzungfolgt)

    Thanx this helped, I did use this css snippet directly in the main theme template css, because i use a multiple domain blog, and did need the change only on one

    Thank you again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: podPress] shorter Player’ is closed to new replies.