Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #720463

    Hey there, I tried to resize the proportions of my full width slider on the smartphone view with that code and to eliminate the caption for smartphones:
    @media only screen and (max-width: 480px) {
    #full_slider_1 .avia-slideshow-inner, #full_slider_1 img{
    height: 400px !important;
    }
    }

    —-

    .avia-slideshow-inner .caption {
    display: none !important;
    }

    But the picture’s proportion is distorted and the caption still overlays the image…

    Could you please help me?

    #720469

    Hey LorbeerDesign,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    .container.caption_container {
        display: none;
    }}
    

    Best regards,
    Yigit

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