문제

I'm trying to theme the front end ajax multi-image upload so the preview images are horizontal instead of in a rows vertically. Does anybody have any ideas on how to do this?

I'm using the Multiupload Imagefield Widget module.

도움이 되었습니까?

해결책

One way of doing this is add a left float to the row.

#edit-uc-product-image-und-table tr{float:left!important;}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top