Responsive issue on 768px-992px device ( slider is broken )

Home Forums Gillion Theme Responsive issue on 768px-992px device ( slider is broken )

Home Forums Gillion Theme Responsive issue on 768px-992px device ( slider is broken )

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • delowar
    Participant

    *  site address: https://wpfreetheme.com
    i’m using this addon: http://take.ms/ARTnK
    But when i try with ipad/tab ( 768px+ device) this slider has broken & this slider take huge space on top.  Please fix it asap.
    http://take.ms/18glz
    http://take.ms/jOqsa

    Hi @delowar,

     

    Sorry to hear of the problem you are having.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 1024px){
    .blog-style-mini1.slick-slider article {
        min-width: 0;
    }
    }

     

    Best regards,
    Shufflehound team

    delowar
    Participant

    is this issue fixed on latest version? which you update today?

    We couldn’t reproduce the issue on our test site so it seems your site specific but you can resolve it using the above shared CSS solution.

Viewing 4 posts - 1 through 4 (of 4 total)