Align footer to bottom?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 17, 2013 12:11 pm
Reply with quote
Report this post
Hi

How do I align the footer to the bottom of the page? It's sort of floating in the middle :D if you check this link:
http://prconsult.dk.web11.redhost.dk/
User avatar
Junior Boarder

GK User
Tue Sep 17, 2013 8:43 pm
Reply with quote
Report this post
First of all the HTML structure of your site looks wrong or it is effect of your custom changes but please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkBottomWrap { position: absolute; bottom: 0; width: 100%}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Wed Sep 18, 2013 2:32 pm
Reply with quote
Report this post
It doesn't solve the problem - is there any way to disable the bottom from the home page
User avatar
Junior Boarder

GK User
Thu Sep 19, 2013 9:06 am
Reply with quote
Report this post
Right now I see that the bottom area have display: none, the white rectangle comes from #gkPageContent container. If you want to hide this part for home page you need to use suffix for pages option How to Disable Content on selected Joomla Pages ?

code should look like

Code: Select all
.suffix #gkPage { display: none}
User avatar
Platinum Boarder


cron