• Resolved haberland

    (@haberland)


    Hi All;

    I have a problem with responsive news slider of same theme. It is working properly on Desktop platform, but on mobile it is not. The problem is, it is showing only images not texts (news titles). Furthermore, when I click on an image, it won’t go to that new. Just nothing happens.

    Any suggestion?

    Thanks

Viewing 1 replies (of 1 total)
  • Hello haberland,

    hope this css rules can help you solve your problem, and we’re sorry for he late responce

    @media screen and (max-width: 480px){
    .skdslider .slide-desc {
    display: block;
    }
    .skdslider .slide-desc > h2 a{
    font-size: 26px;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive News Slider on Banner is not working on mobile’ is closed to new replies.