Text slide show on mobile

This support request was posted in Paeon by marcoatmac

Request ID #6247 In Progress
  • Hi, on mobile and tablet version
    the text on the slide show disappear.

    How can I fix it please?

    Have a good day
    M

    Sorry, I moved the topic in right section (Paeon)

    Juanfra Aldasoro

    Hello there,

    Thanks for writing.

    You’ll need to add some CSS rules to .flex-caption for the responsive styles in order to have that.

    Something like this should work:

    @media screen and (max-width: 1024px) {
    .flex-active-slide .flex-caption,
    	.flexslider .slides li:first-child:nth-last-child(1) .flex-caption,
    	.flexslider .slides li:only-child .flex-caption {
    		display: block;
    	}
    }
    
    @media screen and (max-width: 880px) {
    .flex-active-slide .flex-caption,
    	.flexslider .slides li:first-child:nth-last-child(1) .flex-caption,
    	.flexslider .slides li:only-child .flex-caption {
    		display: none;
    	}
    }
    

    Best,
    Juan.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server