/* GLOBAL */ #globalCSS# #chr(13)# /* PAGE SPECIFIC */ #thisPageContent.additionalCSS# /* FOOTER */ footer { background-color: #request.siteData.footerBackgroundColor#; margin-top: 20px; } footer { margin-top: 20px; #request.siteData.footerBackgroundGradient# } html { position: relative; min-height: 100%; } body { margin-bottom: #request.siteData.footerMarginBottom#px; } footer { display: inline-block; position: absolute; bottom: 0; width: 100%; min-height: #request.siteData.footerMarginBottom#px; } ##savecontent { margin-bottom: #request.siteData.footerMobileMarginBottom#px; } @media (min-width: 768px) { footer { display: inline-block; position: absolute; bottom: 0; width: 100%; height: #request.siteData.footerMarginBottom#px; } ##savecontent { margin-bottom: 0; } }