문제

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