Home › Forums › Gillion Theme › Header Slider on Mobile
Home › Forums › Gillion Theme › Header Slider on Mobile
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!
Hi there,
Can you please share link to your website, so we can test it?
Best regards,
Shufflehound team
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. š
It worked. Thank you. Can this maybe be fixed within the template that no additional code need to be added?
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.