Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1353003

    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

    #1353023

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.