• Resolved theblueli

    (@theblueli)


    Hello.

    I don’t understand why the navigation is not responsive. On smaller viewports, it breaks out of the div. I tried adding width: 100%, overflow: hidden, or display: flex to all the carousel wrappers, but I couldn’t get it to work. Any idea why?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @theblueli,

    Thanks for contacting us. Hope you are doing great today!

    We have inspected the page link and it seems the wrapper of the carousel is overflowed on the mobile devices. Add the following CSS to the custom CSS section of the plugin.

    @media only screen and (max-width: 600px){
      .wpcp-carousel-section .swiper-wrapper {
        max-width: 300px !important;
    }
    }

    Apply the code and let us know if that fix the issue or not. Look forward to hearing from you soon.

    Have a great day!

    Thread Starter theblueli

    (@theblueli)

    OK thank you It is working now!

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @theblueli,

    Thanks for the confirmation. If you are happy with the support, kindly appreciate us by sharing a review here.

    Have a nice day ahead!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The Thumbnails Nav Has No responsive…’ is closed to new replies.