Topic Resolution: Resolved
  • Closed
  • Nmedwede
    Spectator
    June 29, 2015 at 4:42 pm #18574

    How can I make the sliders full width of the page NOT the window. The bootstrap slider appears fullwidth of the page perfectly, I just want the other sliders to appear in the same manner…
    I’ve tried w/flex & rev sliders… both have left & right margins/padding

    and/or is there a way for me to create multiple bootstrap sliders?

    http://www.bostonoffices.com/bo-test/about-boston-office/
    appear with left & right margins

    sorry for my ignormance of css – if this is the case!

    flexslider – I do not see the steps available that you refer to on your documentation. it seems that you noted the newer version doesn’t have those widgets available- so I wouldn’t be able to edit…

    homepage bootstrap slider appears the way I want the inner page sliders to appear, on all devices: desktop, phone…
    http://www.bostonoffices.com/bo-test/

    Many thanks,

    Denzel Chia
    Moderator
    Posts: 2656
    June 30, 2015 at 2:06 am #18577

    Hi,

    Please try the following in Theme Options-> Custom CSS

    .rev_slider_wrapper.fullwidthbanner-container {
    margin-left: -30px !important;
    margin-right: -30px !important;
    }

    Screenshot http://prntscr.com/7myaxd

    Thanks!
    Denzel

    Nmedwede
    Spectator
    Posts: 7
    June 30, 2015 at 2:35 am #18581

    Perfection! Thank you Denzel!!!