There seems to be a big gap under the main slider when viewing from a phone. Please advise. Iphone to be specific.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px){ .slider_shadow { display: none; } #featured { height: 150px; } }