Is there a way to get all logos showing on mobile. I have 6 total logos, 5 column carousel that works on desktop..where you use the arrow to see the 6th logo.
The 6th logo hidden because not all logos render on mobile. And there is no carousel on mobile.
Thanks,
Justin
Hey Justin,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top .avia-slideshow-controls a {
display: block !important;
}
}
Let us know if this helps :)
Best regards,
Nikko
Thanks Nikko. I am seeing the navigation menu in the carousel on mobile now.
Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy