I would like to use rockstories in order to show (scrolling) pictures in home page in all width of the website.
I try to use class suffix for repositionning the module in the left border (position:relative; left:-25 px). That ok for this but I increase the lag in the right . The picture don't use all width of website.
If I use position: absolute, I can use all width but a problem appear in height.
I find the solution, I use min-width:990px (the size of the website) in the Class Suffix
That's resolve my problem.
Maybe there is a better solution. Certainly.