Hi Mark,
Please remove that CSS from above, it will cause issues with your layout – apologies for that. I’ve checked it without the CSS and it seems to work fine. If you remove it I’ll happily take a look otherwise.
For the arrows, you can use this custom css:
@media only screen and (max-width: 1024px) {
.carousel-wrap a.prev, .carousel-wrap a.next, .flex-direction-nav {
display: block!important;
}
}
– Ed