Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #871369

    16cDesigns
    Participant

    Hi

    I am having a problem with the slider on the site

    medbc.co.uk

    I have set it to repeat but it is not going to the width of the page.

    Any idea why it is not working?

    Thanks

    Glen

    #872251

    Rupok
    Member

    Hi Glen,

    Thanks for writing in! You need to set full width layout from Slider Settings. Kindly follow Revolution Slider Documentation for more information.

    Meantime you can try adding this under Custom > CSS in the Customizer. for a quick fix.

    .rev_slider_wrapper {
      max-width: none !important;
      width: 100%;
    }

    Hope this helps.

    Cheers!