On my site on mobile – http://balrajt9.sg-host.com/
Can we have less space above the logo and ideally the same below and above the logo?
Screenshot – https://ibb.co/vzLPhtb
Hey navindesigns,
Thank you for the inquiry.
Did you add this css code?
span.logo {
margin-top: 20px;
}
This css creates an extra space above the logo and the mobile container. Removing that css code or wrapping it inside a css media query for desktop view should remove the space on mobile view.
Best regards,
Ismael