I have some issues when I open my website on mobile phone. The slider disappears not correct and the lead capture form overlap the home page Main heading. See attachment --> Can you help me out?
Hi maggie! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flexslider .slides { height: auto !important; } .flexslider .slides img { height: auto !important; } @media only screen and (max-width: 767px){ .caption-wrapper { padding-bottom: 50px !important; } } Thanks, Praveen