New Landing How can we help? Themeforest Theme Support Dante Header in Mobile vs. Computer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #320993
    bergcreative
    Member
    Post count: 3

    When viewed on a computer, the background for my header is the image I’ve selected. When viewed on a mobile device, there’s an entire area above it (which does not appear on the computer) in a dark gray color. How can I remove this area from the mobile viewer?

    #321200
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you send a marked red area in a screenshot?
    It can be the background color behind the mobile logo.

    -Rui

    #321220
    bergcreative
    Member
    Post count: 3

    I’m not sure how to do what you’re asking, but here are the screen captures of what it looks like on a computer (which I prefer), and how it looks on mobile (which I don’t want).

    Attachments:
    You must be logged in to view attached files.
    #321224
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add the code below to your custom css option

    @media only screen and (max-width: 767px){
      #main-container {
        margin-top: -60px;
      }
    }

    That should sort it.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register