Symptom
The footer is not consistent and aligned left side of the page on the Work Zone homepage.
“Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.”
Environment
Resolution
The behaviour of the custom footer on the homepage is a feature of JAM: "Full-width row settings for company homepages”. This feature allows the custom footer to take up the whole width of the page.
The grey area demonstrates the container for the custom footer provided by JAM, while the content and alignment inside the grey area are up to the customer. These are the different settings of available width for custom footers:
- Footer container on the homepage:
- Footer container on other pages
The JAM footer container is by default transparent, the customer can control the width and position of their custom footer within the footer container.
Below are the footer container size properties in JAM for normal pages. The customer may set a max-width accordingly for their custom footer, and center the footer within the footer container. In this way their footer will be the same sizes and be centered in all pages.
.jam-container {
margin-right: auto ;
margin-left: auto ;
padding-left: 5px ;
padding-right: 5px ;
width: auto;
}
@media (min-width: 768px) {
.jam-container {
width: 730px;
}
}
@media (min-width: 992px) {
.jam-container {
width: 950px;
}
}
@media (min-width: 1235px) {
.jam-container {
width: 1190px;
}
}
Keywords
INC1985145, footer not aligned, footer is not consistent, WorkZone footer, Jam footer , KBA , LOD-SF-EAS-WZH , Home Pages , How To