Hi, Ive removed the footer but need help locating which css file and how to change the height of the footer. Now its to high and need to change it, please help!
Footer CSS Height
6 posts from 2 voices-
Posted 2 years ago #
-
Hey,
can you post a link to your site. I can give you exact instructions afterwards :)Posted 2 years ago # -
Posted 2 years ago #
-
Hey,
1) Search for following code in style.css:
#footer .box_custom_footer{ width:220px; margin-right:0; float:right; overflow: hidden; }and replace it with:
#footer .box_custom_footer{ width:220px; margin-right:0; float:right; overflow: hidden; padding-bottom: 0px; }Then search for:
#footer{ width:940px; position: relative; padding-top: 30px; margin: 0 auto; }and replace it with:
#footer{ width:940px; position: relative; margin: 0 auto; }This will reduce the footer height about 80px. You'll notice it on pages like here: http://www.elchevirtual.com/?page_id=5 - some of your pages are very short so the dark grey area you can see after your content is the body background and not the footer...
Posted 2 years ago # -
Great! thanks for the help dude! How about centering the text in the middle and making it all on one line.
Appreciate all the help!
Thanks!
Posted 2 years ago # -
In style.css search for:
#footer .box_custom_footer{ width:220px; margin-right:0; float:right; overflow: hidden; }and replace it with:
#footer .box_custom_footer{ margin-left:auto; float:none; text-align: center; }Posted 2 years ago #
Reply
You must log in to post.














