Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #656566

    Is there any chance about using the Fullwidth Easy Slider in the mobile version visualitation to increase the height not deforming the picture?

    For example:

    In this case we see that the slider is smaller than the call to actions behind, but we want to make it bigger than them.

    Thanks a lot for your help

    Best regards

    #656730

    Hey SMSPRO_CENTRAL,

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

    /* Fullscreen slider height in portable devices*/
    @media only screen and (max-width: 775px) {
        #full_slider_1 li{
        min-height: 265px !important;
    }
     #full_slider_1 li img{
     	min-width:175vw
     }}
    

    Best regards,
    Vinay

    • This reply was modified 8 years, 4 months ago by Vinay.
    #657916

    I have tested the code and it works so good!!

    Thanks a lot for the help!!

    Best regards

    #658344

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

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