Pregunta

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.

¿Fue útil?

Solución

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

#edit-uc-product-image-und-table tr{float:left!important;}
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top