Hey there,

I'm realy happy to find out that it is possible to have more then one node changed on a single slide. :)

The next thing i've to do is to theme the output.
I want 6 nodes to change on a slide, but i dont want to show them like this:

1
2
3
4
5
6

I want them to show up like:

1 | 2
3 | 4
5 | 6

Could someone please explain me how I can get that?

Greets from Germany
SG

Comments

sgurlt’s picture

I tried the following without any result:

.views-row-0, .views-row-2, .views-row-4 {
	float: left;
}

:/

For better understatement, here is the page i am currently working at

http://ff-aarbergen-hausen.de/ff-hausen/team-slider

EDIT:
Ok as you can see i figured it out how to place them the correct way, my next Problem now is, that i killed the links on the name, disregarding the last one in each line. Any idea about that ? :/

panditvarun20’s picture

Hey sg88 I have seen your slideshow . Can you please tell me how you have done this. Actually I have to show a slideshow like this but I am unable to get the solution.

Please help me !

Thank you

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Simple CSS matter for that - see http://stackoverflow.com/questions/2871386/css-arrange-groups-of-similar... for an example of similar setup.