Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1200891

    Hello,
    that’s me again,

    dears, the Blog slider has no padding in mobile view
    check picture attached
    issue

    #1200892

    ie:

    #1201469

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    article.slide-entry{
    padding:0 10px!important;
    }}

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.