Hide one slide in mobile view

Home Forums Gillion Theme Hide one slide in mobile view

Home Forums Gillion Theme Hide one slide in mobile view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • przyzielonymstole
    Participant

    Hi,

    could you please tell me how to hide the third slide in mobile view? The post id is 3505.
    Thanks!

    Hi @przyzielonymstole,

     

    I hope you are well today and thank you for your question.

     

    I only get two slides on your shared site a shown in the attached screenshot so could you please tell me exactly where it displays so that I can help you?

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    przyzielonymstole
    Participant

    You’re right. Sorry, my fault. Now they are 3.

    You can remove 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: 700px){
    .blog-slider .blog-slider-item:last-child {
        display: none !important;
    }
    }

     

    It will hide last slide on mobile and display blank space. If you don’t want blank space then you have to develop custom javascript code.

    przyzielonymstole
    Participant

    It isn’t exactly what I was looking for. The image is hidden but the whole slide is still there – the big white container with duration of 3 seconds without noting inside… so it doesn’t make sense. Nevermind. I’ve deleted this slide for good.

    Solution for this topic

    Yes as said above It will hide last slide on mobile and display blank space. If you don’t want blank space then you have to develop custom javascript code.

     

    Glad you managed to achieve it by deleting the slide.

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