Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #184868

    Hey guys,

    I’d like to reduce the header height by 20px (below the logo/menu). We are using the Fixed Header with Social Icons and additional navigation. I tried following a few suggestions here in the forum, but couldn’t get any satisfying results, especially not without breaking the resizing effect, which we like.
    All I would like to do is to move up #main and avia-menu-fx by 20 px (I know I have to reduce heights to do that, it’s just easier to explain what I want to accomplish this way)

    #184872

    To specify: I am talking about reducing the expanded height, not the smaller height when the page is srolled down. A link might help ;-)
    http://witteconsult.de/

    #185821

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .social_header .main_menu ul:first-child > li a { height: 100px!important; line-height: 100px!important; }
    .header-scrolled .social_header .main_menu ul:first-child > li a { height: 58px!important; line-height: 58px!important; }
    .fixed_header.social_header #main { padding-top: 131px; }

    Regards,
    Yigit

    #185828

    Hi Ygit,

    thanks, but not quite…. I’ve been trying and trying and always had effects similar like that one now (have a look).

    That header is a tricky one ;-)

    Cheers,

    Michael

    #185830

    Hey!

    Yes, it certainly is :) Can you please try removing second line of code i posted about and add following one instead

    .header-scrolled .main_menu ul:first-child > li a { height: 58px!important; line-height: 58px!important; }

    Regards,
    Yigit

    #185846

    Almost, we’re getting there. Yeah… ;-)

    #186846

    Hi!

    Please undo all changes i have provided earlier about header size. And go to wp-content\themes\enfold\js folder and open avia.js file and search

    newH = el_height - st;

    and change it to

    newH = 100;

    That should do it.

    Best regards,
    Yigit

    #186854

    Hi Yigit,

    thanks for your help and all your efforts. That didn’t work out as intended. Apart from the little gap (have a look) the logo is now “jumping”, i.e the resizing is not smoothly animated anymore, like it was before.

    Cheers,

    Michael

    #186856

    Hey!

    I’m so sorry. Please undo previous change as well. In avia.js file find

     el_height       = $(elements).filter(':first').height(),

    and change it to

     el_height       = 100,

    this does it on my end. In previous one i focused on the height that is why it happened :)

    Cheers!
    Yigit

    #186871

    tbh, I see no difference to before :-(

    #186875

    Hi!

    Please flush browser cache and refresh your page a few times. It does work on my end http://www.screenr.com/fNJH :)

    Best regards,
    Yigit

    EDIT: I just checked your website and it does work there as well. Please add following code to Quick CSS to remove the white space below header

    .fixed_header.social_header #main {
    padding-top: 131px;
    }
    • This reply was modified 11 years ago by Yigit.
    #186882

    The animation is gone, when srolling down, the logo resizes abruptly. Scrolling back up the logo resizes smoothly though…

    #186918

    Hey!

    Please see this screencast http://www.screenr.com/wBJH
    It work as it supposed to work on my end :/

    Best regards,
    Yigit

    #187168

    Found the problem, it was my Firefox. Tested in a VM and it works just fine. Thanks Yigit for your excellent help and your patience.

    #187214

    Hey!

    You are welcome! Glad it is working fine for you too :) Let us know if you have any other questions

    Cheers!
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Reduce fixed header height’ is closed to new replies.