Pregunta

Having a very frustrating issue here, I'm using 2 columns and an audio playlist plugin. Long story short, I need the audio players to appear side-by-side in the columns. Cannot figure this out :/

Here is the URL: http://www.airmanstudios.com/tests/

If I have to manually re-build the columns, what would be the best approach? tried using different column CSS/scripts to no avail.

¿Fue útil?

Solución

#stacks_in_139_page8 .jwresp_col{
    width:100% !important;
}
#stacks_in_142_page8{
    width:50%;
    float:left;
}

Seemed to do the job for me. That's some messy markup though and could be slimmed down if you wanted to modify some HTML. Just put the above in your CSS though.

Otros consejos

Looks like your audio plugin isn't being very responsive, is it? Did you mess with the code to the audio plugin before you put it in?

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top