New Landing How can we help? Themeforest Theme Support Dante Naked header boxed, issue with firefox

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Dante
  • #132618
    DESIGNzweidrei
    Member
    Post count: 36

    Hi,

    we want to use the naked header in boxed mode. Unfortunately it doesn’t work on firefox.
    When you scroll down, so that the stick header appears, the whole header moves to the left.

    Even when we edit the dante demo site (Home eight: Naked) to boxed, this issue occurs.

    Thank you for your help.

    #132627
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Thanks for pointing that out, the developer will fix that.

    – Kyle

    #132628
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .boxed-layout.browser-ff #header-section #header .is-sticky .sticky-header {
    	left: 50%;
    	margin-left: -500px;
    }
    @media only screen and (min-width: 1200px) {
    .boxed-layout.browser-ff #header-section #header .is-sticky .sticky-header {
    		left: 50%;
    		margin-left: -615px;
    	}
    }

    – Kyle

    #133188
    DESIGNzweidrei
    Member
    Post count: 36

    Hi Kyle,

    thank you for your quick response.
    I added the code you provided but unfortunately the header still shifts to the left.
    I can give you access to the site if this helps?

    #133189
    DESIGNzweidrei
    Member
    Post count: 36
    This reply has been marked as private.
    #133407
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That’s telling me it’s an invalid username, please check

    – Kyle

    #133439
    DESIGNzweidrei
    Member
    Post count: 36

    Oh, sorry. Please try again.

    #133469
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I will forward this to the developer for you

    – Kyle

    #133554
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Apologies, the code I provided was wrong. Have fixed it for you, and here for reference:

    .browser-ff .boxed-layout #header-section .is-sticky .sticky-header {
        left: 50%;
        margin-left: -500px;
    }
    @media only screen and (min-width: 1200px) {
    .browser-ff .boxed-layout #header-section .is-sticky .sticky-header {
            left: 50%;
            margin-left: -615px;
        }
    }

    – Ed

    #133750
    DESIGNzweidrei
    Member
    Post count: 36

    Many thanks!

    #133755
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Ed

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