- Posts: 14116
- Thank you received: 1639
Footer layout problem
-
ipublivoro
- Topic Author
- Visitor
10 years 9 months 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
10 years 9 months ago #37419
by ipublivoro
Replied by ipublivoro on topic Footer layout problem
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 9 months 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;
}
Add to layout.css:
.content_sparky{
min-height:600px;
}
Please Log in to join the conversation.
-
ukrart
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
10 years 6 months ago - 10 years 6 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: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.
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:
is not right. I tried:.content_sparky{
min-height:600px;
}
.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: 10 years 6 months ago by ukrart.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago - 10 years 6 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.
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: 10 years 6 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.161 seconds