New Landing How can we help? Themeforest Theme Support Dante Header 5 responsive: massive gap between top and page title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #88100
    anton123
    Member
    Post count: 67

    Hi,

    I’m using header 5 and found this massive gap between top and page title (with regular and fancy headers)

    Example: resize to mobile size:

    http://dante.swiftideas.net/pages/about/?header=header-5
    http://dante.swiftideas.net/pages/about-us-alt/?header=header-5

    Please advise on a css fix urgently

    Thanks

    #88116
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Thanks for spotting this, will see if we can get it fixed for the next update

    – Kyle

    #88118
    anton123
    Member
    Post count: 67

    Thanks – when is the next update?

    Do you have a css fix now without having to wait for the update?

    Please advise thanks

    #88129
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Thanks for letting us know, CSS fix is this:

    @media only screen and (max-width: 767px) {
    .header-overlay .page-heading {
    padding-top: 0!important;
    }
    .page-heading.fancy-heading {
    padding-top: 80px!important;
    }
    }

    – Ed

    #88144
    anton123
    Member
    Post count: 67

    Thanks Ed,

    Works a treat except the normal header (fix no 1) is a bit too close to the top because of the 0px padding. The problem is if you make it even 1px then you get the big gap again?

    Any ideas why that happens?

    Thanks

    #88391
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I got it. Please try to use this custom css code:

    @media only screen and (max-width: 767px) {
    .header-overlay .page-heading {
    padding-top: 5px !important;
    }
    .page-heading.fancy-heading {
    padding-top: 80px!important;
    }
    }

    Thanks

Viewing 6 posts - 1 through 6 (of 6 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