[Resolved] Remove space under logo mobile

Home Forums Support [Resolved] Remove space under logo mobile

Home Forums Support Remove space under logo mobile

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #364351
    Edwin

    Hi Tom

    I am trying to to remove the space under the logo with css in mobile, but don’t get it to work.
    Would you able to help?

    See link for screenshot:

    Screenshot

    Thanks

    Edwin

    #364405
    Leo
    Staff
    Customer Support

    Hi there,

    The screenshot is not working. Any chance you can provide a link to the site so we can nail down the CSS right away?

    Thanks!

    #364424
    Edwin
    #364429
    Leo
    Staff
    Customer Support

    It’s coming from the bottom margin in the money back logo.

    Try this:

    @media (max-width: 768px) {
        .inside-header>:not(:last-child) {
            margin-bottom: 0px;
        }
    }
    #364453
    Edwin

    Thanks Leo, but still the same.

    #364460
    Leo
    Staff
    Customer Support

    sorry edited the code above.

    Please try again.

    #364513
    Edwin

    Thanks Leo
    That worked

    #364659
    Leo
    Staff
    Customer Support

    You’re welcome.

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