figured out the excerpt length.
Why does the aarows not show up in mobile to show the next set of posts?
The arrow navigation through taps/clicks is disabled on mobile since users can swipe left and right to navigate the carousel on touch screens.
Can you pls check if the below custom CSS helps ?
@media only screen and (max-width: 1024px) {
.lae-container button.slick-prev, .lae-container button.slick-next { display: block !important; }
.lae-container button.slick-prev, .lae-container button.slick-next { z-index: 10;}
.lae-container button.slick-prev { left: 0; }
.lae-container button.slick-next { right: 0; }
}
You can input the custom CSS using the below lightweight plugin or in your child theme style.css file –
https://ww.wp.xz.cn/plugins/simple-custom-css/