Hi guys,
I have a problem with editing of wordpress template called - Ribbon. My footer is not at the end of webpage. When I used position: absolute and bottom: 0px for footer, then some longer text overlapping this content. I have made a lot of changes in CSS, but I have no idea, how to make footer always on bottom of my page. I will appreciate every advice, which could help me with this problem. I will add CSS file from template and generated HTML code of page, where I see my problem.
There is an image of problem:
CSS code:
HTML of page:
Thank you
Hi 3georgo3, Have you read
Hi 3georgo3,
Have you read the How to onfooters, it contains some useful info.
Otherwise search for "CSS sticky footer" and you should find some help.
What happens now is that your
What happens now is that your main content is going beneath your footer meaning you have set your overflow to hidden.
Try to set this to auto or scroll (this well create a scroll bar next to the content so it looks like the footer is at the bottom of your page).
In your css file you can find this on line 1003:
overflow: hidden;
Change hidden to "auto" or "scroll".
Let us know if it fixed your footer problem.
Get Free WordPress Theme
[Spam is not tolerated in this forum. Your account is suspended. ~gt/mod]
WordPress magazine theme.
[Spam is not tolerated in this forum. Your account is suspended. ~gt/mod]