Does Ambition Not Support a Full Width Slider

Homepage Community Forums Ambition Does Ambition Not Support a Full Width Slider

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20887
    Chris
    Customer

      I’ve installed Genesis Responsive Slider but am unable to get the slider to go full width in widget Front Page 1.

      I’ve changed the Slider Settings, run Regenerate Thumbnails, etc. with no success.

      With Genesis Responsive Slider, it has an outlined box around the image.

      I feel like I’m just missing a setting but cannot make it work.

      I’ve also tried Soliloquy. Can get it without the outlined box but still not to go full width.

      Is there a way to do this? Or do we need to dig into the CSS?

      Thanks!

      #20891
      Wes
      Moderator

        By default, the Width of each Widget is based on the main 1200px width of the theme/content area. So if you add any type of content inside a widget, it will show up inside the 1200px .wrap inside the widget area.

        Outside of that widget area is the Background Image. The background image shows up full width because it is not contained inside of a div or .wrap in this case.

        There are 2 ways to do it:

        1. You could remove the .wrap from the front-page-1 section in the front-page.php file

        2. Add some CSS that makes the front-page-1 .wrap full width like this –

        .front-page-1 .wrap {
            max-width: 100%;
        }

        You’ll probably need to make more adjustments in your CSS depending on how the Slider is setup….but the above tip should give you a head start.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.