Hello,
that’s me again,
dears, the Blog slider has no padding in mobile view
check picture attached
Hi,
Add this to quick css:
@media only screen and (max-width: 767px){
article.slide-entry{
padding:0 10px!important;
}}
Best regards,
Jordan Shannon