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
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