New Landing How can we help? Themeforest Theme Support Dante Changing height of naked header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #295624
    davidloe
    Member
    Post count: 3

    Can you tell me how to change the height of the naked header? I’d like for it to be a bit larger but don’t see an how to change it.

    #295688
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide the url of that page so I can have a look?
    Thanks

    -Rui

    #296365
    davidloe
    Member
    Post count: 3

    http://www.yukonfirst.org/careers/
    I’m still working with demo content. Just want to make that header graphic larger.

    Thanks,

    #296410
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    @media only screen and (max-width: 767px){
    .page-heading.fancy-heading {
        padding-top: 120px!important;
    }
    }
    
    @media only screen and (max-width: 1024px){
    .page-heading.fancy-heading {
        padding-top: 120px!important;
        padding-bottom: 180px!important;
    }
    }

    Let us know if it worked.

    -Rui

    #296667
    davidloe
    Member
    Post count: 3

    That lead me where I needed to go I think. What was sent didn’t do what I was intending. I modified it to this below and got what I wanted. Thanks!

    @media only screen and (max-height: 767px){
    .page-heading.fancy-heading {
    padding-top: 220px!important;
    }
    }

    @media only screen and (max-height: 1024px){
    .page-heading.fancy-heading {
    padding-top: 220px!important;
    padding-bottom: 180px!important;
    }
    }

    #297028
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    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