Footer layout problem

  • ipublivoro
  • Topic Author
  • Visitor
  • Visitor
10 years 1 month ago #37418 by ipublivoro
Footer layout problem was created by ipublivoro
I would like that the footer is always at the bottom of the page even when the content is short.

Please Log in to join the conversation.

  • ipublivoro
  • Topic Author
  • Visitor
  • Visitor
10 years 1 month ago #37419 by ipublivoro
Replied by ipublivoro on topic Footer layout problem
This is a screenshot of the problem
Attachments:

Please Log in to join the conversation.

More
10 years 1 month ago #37420 by ivan.milic
Replied by ivan.milic on topic Footer layout problem
Best thing you can do is to add min-height on content area:


Add to layout.css:

.content_sparky{
min-height:600px;
}

Please Log in to join the conversation.

More
9 years 9 months ago - 9 years 9 months ago #39940 by ukrart
Replied by ukrart on topic Footer layout problem
Hello.
I'm using default sparky framework template. There is the same problem with footer or copyright position, it's not at the bottom of the page.
The solution:

.content_sparky{
min-height:600px;
}

is not right. I tried:
.content_sparky{
min-height:100%;
}
but it's not working
How to set up footer position at the bottom of the page?

P.S. Sorry, may be it's not right forum, but I dont want to create new topic for that.
Last edit: 9 years 9 months ago by ukrart.

Please Log in to join the conversation.

More
9 years 9 months ago - 9 years 9 months ago #39946 by ivan.milic
Replied by ivan.milic on topic Footer layout problem
You can use

position:fixed;
bottom:0;

on css class for bottom row you set in layout editor (you can place your code in template_css.css). But that is no good for mobile browsers.
Last edit: 9 years 9 months ago by ivan.milic.

Please Log in to join the conversation.

Time to create page: 0.462 seconds
Powered by Kunena Forum