Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #214374

    Hello,

    I’m having some issues with the text in the slides of the Easy Slider on my website. When the website is viewed on my mobile or the pc browser screen is made small it gets cut off and isn’t acting like the text in the demo of the site. Could you please look into it if it’s not too much trouble? The website is http://www.intentionality.co.uk/

    Many thanks!

    #214856

    Hi BlendMarketing!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    
    @media only screen and (max-width: 767px) {
    .avia-slideshow .avia-caption .avia-caption-title
    { font-size: 14px; }}
    @media only screen and (max-width: 480px) {
    .avia-caption {
    bottom: -10px;
    left: -18px;
    padding: 0 20px;
    width: 305px;
    }
    .avia-caption .avia-caption-title { margin: 0; }
    }

    Best regards,
    Yigit

    #215290
    This reply has been marked as private.
    #215403

    Hey!

    Please try adding following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .avia-slideshow .avia-caption .avia-caption-title {
    font-size: 10px;
    }}

    Regards,
    Yigit

    #215405

    Thank you! :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Easy Slider text cut off in smaller windows’ is closed to new replies.