Slider Height Stretched on Mobile

Discussion in 'Woodpecker WordPress Business Theme' started by marketingtypeguys, Mar 24, 2017.

  1. marketingtypeguys

    marketingtypeguys Member

    Joined:
    Apr 15, 2014
    Messages:
    79
    Likes Received:
    1
    Hi,

    Desktop is fine, but on Iphone and Android the height of the slider image is stretched and remains so until scrolled, then goes to normal. I have 1 image in the slider, speed set to "0".

    I need help with the height, as well as the correct way to set speed so there is NO transition. I've noticed that around 1 minute the slide will transition.

    Woodpecker Theme
    http://mtgclient2.com

    Thanks in advance,

    -Brian
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Brian,

    Kindly use below custom CSS code in the Custom CSS field of the theme options panel
    Code:
    .nivoSlider img {
        height: auto!important;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page