Slide Caption

This support request was posted in Paeon by leahrubin

Request ID #3832 Resolved
  • Is there a way to make the caption on the slider *NOT* disappear when the webpage is resized? It looks to me like there is room for it.
    Thanks!

    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.

    Best,
    Juan.

    Thanks. Does this go in the custom CSS sheet? Can you tell me what rules I need to add?

    Also – my site only has one slide, if it matters.

    Juanfra Aldasoro

    Yes, the styles should go in the custom css stylesheet.

    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.

    Thank you so much, got it to work!

    Juanfra Aldasoro

    No worries.

    Have a nice day,
    Juan

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

This topic is marked as resolved

Only the topic author can re-open this thread.

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