When the user resizes the window, the image illustrates the shifting footer[1]
This pertains to the footer-row
in the CSS settings.
#footer-row {
text-align: center;
color: white;
text-transform: uppercase;
font-size: 9pt;
position: absolute;
bottom:0;
}
Below is the container's overall setting.
.container-fluid {
padding: 0px;
margin: 0px;
/*position:relative;*/
}
I apologize for the confusion... I am revising my question... How can I ensure that all div elements remain fixed regardless of the user resizing the window?