This topic has 4 replies, 2 voices, and was last updated 10 years, 4 months ago by Anonymous.
Tagged: Footer
Viewing 5 posts - 1 through 5 (of 5 total)
Hi,
how to set footer always on bootom of the website? If I have site with a small amount of text the footer is the middle of page and below stays the background.
I didn’t understood properly what you have said. Can you please elaborate your question? Also if possible send us the screenshots of the issue so that we can help you out.
Find for this in your style.css file,
.pagemid > .inner {
width: 88%;
max-width: 1170px;
}
And replace with,
.pagemid > .inner {
width: 88%;
max-width: 1170px;
min-height: 700px;
}
Provide min-height according to your content requirement.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.