Header Slider on Mobile

Home Forums Gillion Theme Header Slider on Mobile

Home Forums Gillion Theme Header Slider on Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Lina
    Participant

    Hi there

    Unfortunately there are not bullets on mobile devices for the slider (see image attached). So the user can’t swipe betwee the 3 articles on the top, it automatically swipes after a few secounds. How can I fix that? There are no styling options to enable/disable bullets.

    To compare I also added the header how it looks like on Desktop.

    Thanks for your help!

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

    Shufflehound
    Moderator

    Hi there,

     

    Can you please share link to your website, so we can test it?

     

    Best regards,

    Shufflehound team

    Lina
    Participant

    Shufflehound
    Moderator

    Please try to add this snippet bellow under Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code

    @media (max-width: 900px) {
    body .blog-slider .slick-dots {
    display: block!important;
    }
    
    .blog-slider-dots {
    bottom: 25px!important;
    }
    }

    Let us know if that works. 🙂

    • This reply was modified 2 years, 5 months ago by Shufflehound.
    • This reply was modified 2 years, 5 months ago by Shufflehound.

    Lina
    Participant

    It worked. Thank you. Can this maybe be fixed within the template that no additional code need to be added?

    Shufflehound
    Moderator

    Great! 🙂

    In some cases dots were over content, therefore we just disabled it. We will think about this and maybe additional option could be solution.

    • This reply was modified 2 years, 5 months ago by Shufflehound.
Viewing 6 posts - 1 through 6 (of 6 total)