slider stretched on ipad portret

Discussion in 'GoldenEagle WordPress Theme' started by totaldiagnostic, Jun 23, 2015.

  1. totaldiagnostic

    totaldiagnostic New Member

    Joined:
    Sep 17, 2012
    Messages:
    20
    Likes Received:
    0
    hello again

    there is an issue with the slider on ipad portret oriented.
    it is stretched (the magenta shape is a circle not an oval)

    see atach

    thank you
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 959px) and (min-width: 768px){
    #slides .slide img, #slides .slide {
      height: 380px !important;
    }
    #slides .next {
      top: 52% !important;
    }
    #slides .prev {
      top: 52% !important;
    }
    body.home .content {
      margin-top: 120px !important;
    }
    }[/code ]
     
    Thanks,
    Praveen
     

Share This Page