layer silder in front page 1

Homepage Community Forums Aspire Theme Support layer silder in front page 1

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20823
    troy
    Customer

      I would like to put a big fat slider on the home page where front page 1 image is, anyone know how to do that?

      Thanks


      Life’s Hard, its a lot Harder if you are stupid

      #20847
      scooby
      Customer

        Can you add the slider you’re using inside a widget? If you can then you’d have to put it in the front page 1 widget location, and then edit the CSS to make the entire widget area full width. That is, unless you want the slider to be 1200px wide like the inside of the front page 1 section is set to currently.

        The background image of that FP1 widget shows a background image, but that is separate from the widget (sort of) it shows up behind the widget. If that makes sense. You can remove the background image, make the inside of the widget area full width instead of 1200px, and then add the slider. That should work.

        #20849
        kronos
        Customer

          The section you would need to adjust is the .wrap inside the front page 1 widget.

          Add this in your Custom CSS –

          .front-page-1 .wrap {
              width: 100;
          }
        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.