0
Welcome Guest! Login
0 items Join Now

Use RockStories all width of the WebSite

    • neopit's Avatar
    • neopit
    • Newbie
    • Posts: 2
    • Thanks: 0

    Use RockStories all width of the WebSite

    Posted 14 years 2 weeks ago
    • Hi,

      I'm beginner to use RockStorie.

      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.

      Maybe I don't use correctly the Suffix class

      Thanks you for your help.
    • neopit's Avatar
    • neopit
    • Newbie
    • Posts: 2
    • Thanks: 0

    Re: Use RockStories all width of the WebSite

    Posted 14 years 2 weeks ago
    • 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.

      .positionCarousel {
      position:relative;
      left:-25px;
      top:-15px;
      min-width:990px;
      }

Time to create page: 0.054 seconds