By medalex on
Hi.
I created a node gallery in drupal 6.x. Why all the images are shown in one column? Can someone explain me how to show them in grid?
I am looking forward to your answers.
Hi.
I created a node gallery in drupal 6.x. Why all the images are shown in one column? Can someone explain me how to show them in grid?
I am looking forward to your answers.
Comments
_
Exactly how you do this depends on your theme, but you need to add
float:leftto a css selector that will target the images.I use default drupal theme.
I use default drupal theme. Can you explain exactly which css I must edit?
node gallery css
node_gallery handbook page
http://drupal.org/node/544748 ;Style, Views & Theming
Thank you very much. Now it's
Thank you very much. Now it's working)