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
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
Ok thanks a lot
Serge
Hi again,
i have a boxed layout and i just noticed than on the right, the header is not boxed !
Thanks for your help
Hey!
Please add following code to Quick CSS as well
#header { width: auto; }
Cheers!
Yigit
Fantastic!
Thanks