New Landing How can we help? Themeforest Theme Support Dante Header properties staying same while scrolling

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #204475
    cipros
    Member
    Post count: 6

    Hi,

    may I ask for help, guys? I want to have a transparent header full-width and NOT having any animations when scrolling. Just staying the same whole time.

    I.e. two questions:
    1) How can I make it full width? It’s not full width now (see attachement).

    2) How can I make it sticky but nor animating, nor resizing, just staying exactly the same.

    Thanks,

    Simon

    Attachments:
    You must be logged in to view attached files.
    #204914
    David Martin – Support
    Moderator
    Post count: 20834

    1)

    You can select a different header from theme options => header options => header layout => no.6

    OR, you can can add this CSS to your theme options custom CSS input:

    .layout-fullwidth .fw-header.container { padding: 0!important; }

    2) This is a little trickier, but please start by setting the Logo Height and Logo Resized Height to be the same. Located in theme options => header options.

    Thanks,
    David.

    #204918
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .header-overlay.layout-fullwidth .fw-header.container, .header-overlay.layout-fullwidth .fw-header .container{
    padding:0px !important;
    }

    Thanks
    Mohammad

    #205961
    cipros
    Member
    Post count: 6

    Hi Mohammad,

    thanks, that helped but the logo and search icon are still moving. Doesn’t look very nice. Any suggestion?

    Thanks,

    #206257
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    To stop the resize movement, please use this also.

    .sticky-header .row {
        margin: 0 auto!important;
    }

    Thanks,
    David.

    #208818
    cipros
    Member
    Post count: 6

    Hi,

    thanks, this works out fine.

    Can you please help me also with the header height? Just to have it smaller then now and alway the same height even when scrolling.

    Thx,

    Simon

    #208834
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #header,.is-sticky > .sticky-header{
    height:52px !important;
    }

    Thanks
    Mohammad

    #209200
    cipros
    Member
    Post count: 6

    Thanks!

    #209201
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Mohammad, glad it’s resolved.
    -David.

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