New Landing How can we help? Themeforest Theme Support Dante Mobile Logo Height & Home page gap

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #89732
    E_K
    Member
    Post count: 199

    Hello again,

    Can I set or adjust mobile logo as it becomes to big for mobile devices?

    I would like to make it smaller just for mobile and minimized browser.

    Also, another issue with mobile and minimized browsers which is gap between content and menu header.

    See attached.

    Thanks

    #89733
    E_K
    Member
    Post count: 199
    This reply has been marked as private.
    #89890
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    What is your link? It would be helpful if you could add it to the site details when posting a topic, to save us from asking you for your link

    – Kyle

    #89891
    E_K
    Member
    Post count: 199
    This reply has been marked as private.
    #89898
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .`inner-page-wrap {
    padding-top: 0!important;
    }`

    To make the header white, go to color customiser and make the body background white, it is currently #222222

    For the logo add this:

    #logo img {
      height: 77px;
    }
    #logo img, #logo img.retina {
      width: 63px;
    }

    – Kyle

    #89936
    E_K
    Member
    Post count: 199

    Hello Kyle,

    I have typed your inner code like

    .inner-page-wrap {
    padding-top: 0!important;
    }

    without and .

    Well it solves problem on mobile and minimized windows, but if you can have look at the website you will see that menu and full width text block has crashed.

    And for logo, it changes main logo as well. Any chance to just change it for mobiles?

    I think I also should change the height of the mobile menu, as while logo is small the menu height is still too much on mobile and minimized windows.

    Thanks.

    #89946
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    change the css to this:

    @media only screen and (max-width: 768px) { 
    .inner-page-wrap {
    padding-top: 0!important;
    }
    #logo img {
      height: 77px;
    }
    #logo img, #logo img.retina {
      width: 63px;
    }
    }

    – Kyle

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

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

License required for one of the following items
Login and Registration Log in · Register