I I would like to create a website where the header at the top and the footer at the bottom are always fixed regardless of the content of the content area. For longer texts, the content should be scrolled between the fixed header and fixed footer. How complicated will it be with Enfold?
Hey Carl,
Please use the option Enfold Theme Options ▸ Header ▸ Header behavior ▸ Sticky Header to make the header sticky.
To show the footer always visible at the bottom of the screen Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#footer {
position: fixed;
bottom: 0;
width: 100%;
}
After applying the css, please clear your browser cache and check.
Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.
Best regards,
Mike