tell me how to disable the header ? to keep them boxed format site
Hi alexrvs!
You can add following code to Quick CSS in Enfold theme options under General Styling tab
#header { display: none !important; }
If this is not what you want, please elaborate
Regards,
Yigit
thanx now try
need move up all
Hi!
Please add following code to Quick CSS as well
#main { padding-top: 0 !important; }
Regards,
Yigit
thanx