badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

titels slider disapeared on ipad and mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #43850
    Ben
    Participant

    I made a slider with three pictures and titels. The titels are visable on my laptop but not on ipad and mobile altough the template is responsive? How can i solve this

    #43863

    Hi Ben,

    Yes exactly we have designed our theme this way. The title and content will not be displayed in smaller devices. Could you provide your site Url too. Once just add this below css in your custom css.

    @media only screen and (max-width: 1078px)
    .featured-title, .featured-content {
        display: block;
    }
    

    Hope this may help you!
    Thank you!

    #43864
    Ben
    Participant

    i added it to custom css but it doesn’t seem to work.
    The URL is http://www.xpant.nl

    hope you can help me
    Ben

    #43890

    Hi Ben.

    Oh sorry we missed it. Just remove previous css and this below css

    @media only screen and (max-width: 1078px){
        .featured-title, .featured-content {
            display: block;
        }
    }

    Thank you!

    #43891
    Ben
    Participant

    Thank you, it works great now

    #43920

    You welcome Ben

    Thank you!

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