New Landing How can we help? Themeforest Theme Support Dante Disable Sticky Header

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

    Hello,

    Just want to ask if it is possible to disable sticky just for individual page?

    You can find the link below so that will understand better.

    Thanks.

    #85894
    E_K
    Member
    Post count: 199
    This reply has been marked as private.
    #85972
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I’m afraid that’s not possible to do in the theme at the moment.
    Sorry

    #85996
    E_K
    Member
    Post count: 199

    Hello Rui,

    Thank you for your reply.

    Then, Can I just take menu on the center and decrease the height of sticky header?

    Can you advise me some custom css at least the title so I can do the rest?

    Many thanks in advance.

    #86011
    E_K
    Member
    Post count: 199

    Also, any way to delete logo from sticky header?

    Thanks.

    #86065
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    You can remove the logo with:

    .sticky-header #logo {
    display: none!important;
    }

    To center the menu, you can use:

    nav#main-navigation ul.menu {
    float: none;
    text-align: center;
    }

    Hope that helps!

    – Ed

    #86425
    E_K
    Member
    Post count: 199

    Hello Ed,

    Thank you very much for your reply.

    As you mentioned I typed code for both align and hiding logo.

    Actually, aligning is working well. But when I type sticky header logo to custom css it also removes main logo from website.

    I will my website like as it is now so that you can see how does it look.

    I will have a small question which is adjusting height of sticky header.

    Many thanks in advance, you have been really helpful.

    #86427
    E_K
    Member
    Post count: 199
    This reply has been marked as private.
    #86468
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ok, so just try this custom css:

    nav#main-navigation ul.menu {
    float: none;
    text-align: center;
    }
    .is-sticky .sticky-header #logo {
    display: none!important;
    }

    – Ed

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