ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
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.