Hello! Theme looks great on desktop. But on mobile there is a gap from where the header ends and slider starts. The background is white so the logo blends in. Anyway to fix that? Also on mobile there is a huge gap from where slider ends to where the slider drop shadow starts. Anyway to reduce that gap? I'd be OK with removing the drop shadow altogether. Thank you! http://paperstockindustries.org/
Hi Dmedia, Greetings from InkThemes! To fix the issues just 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: 767px) and (min-width: 480px){ .header { margin-bottom: 5px; } .header_wrapper { margin-top: 0px; } .flexslider { height: auto !important; } } Hope this helps...! Thanks & Regards, Shruti Jain InkThemes.com