Sometimes on my site, that have few lines of text or very less content.
In such cases, the footer displays below the content somewhere between the page. That does not give a nice look to the page.
Like this:
When I add a css:
.ar-footer{
position:absolute;
bottom:0px;
left:0px;
right:0px;
width:100%;
}
The footer content is changed. Like this:
how to fix it? I want to fix the footer section into bottom of the pages if the content is less or more.