Okay
  Public Ticket #1220365
Carousel in mobile homepage bug
Closed

Comments

  • Nattapol started the conversation

    Dear team

    On mobile (android 7.0 + Chrome on Huawei mate9) – the home default carousel slider seems to have a bug. When swiping up, the page shifts with white blank space and when you return back to the top the California logo is not centred (in height).

    but in clapat demo page is not this issue.

    Did you recommend any way to fix this issue? i purchased this theme because i want to use carousel for my website homepage.  

    thank you.

  •  1,823
    Support replied

    Hello plz add this to your  theme options -> styling options -> custom CSS:

    @media only screen and (max-width: 1024px) {

    #filters {
        display: block;
        float: left;
        width: 100%;
    }

    #filters.is-active {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .swiper-container {
        overflow: hidden !important;
    }

    }

    @media only screen and (max-width: 479px) {

    .menu-overlay-layout #menu-burger {
        right: 30px;
        top:23px;
    }

    }

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Nattapol replied

    it's worked.

    Thank you very much.