Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #225630

    Hi,

    Thanks a lot for your theme and this great forum!

    My header is “header with social icons and bottom “, and when i scroll, i want to keep my “header_main_alternate” fixed, for usability

    Is it possible with a quick css change :) ?

    Best regards

    Serge

    #225785

    Hi sergeesteves!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to make the whole header section fixed

    #header { position: fixed; }
    #main { padding-top: 156px; }

    To make only menu section fixed, you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Regards,
    Yigit

    #226088

    Ok thanks a lot

    Serge

    #226098

    Hi again,

    i have a boxed layout and i just noticed than on the right, the header is not boxed !

    Thanks for your help

    #226146

    Hey!

    Please add following code to Quick CSS as well

    #header { width: auto; }

    Cheers!
    Yigit

    #226149

    Fantastic!

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘fixed header with social icons and bottom’ is closed to new replies.