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.

有帮助吗?

解决方案

#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.

其他提示

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?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top