Hello,

I need gallery in my website, so I used Image module, but images are positioned vertically and not horizontally (http://zaliaspasaulis.lt/galerija). How do I reposition these images without knowledge of CSS? Is any module? Or should I use Views or can I have CSS code?

Thanks in advance and sorry for bad english.

Comments

steeph’s picture

You should learn CSS then, sorry :)

There are also many modules that help you build galleries or build complete galleries. Which one is good for your site and if you even need/want one of them depends on the size and structure your gallery will have.

duckzland’s picture

some css like :

.field-name-field-image-gallery-2 .field-items {
float: left;
}

should position your image horizontally

--------------------------------------------------------------------------------------------------------
if you can use drupal why use others?
VicTheme.com