- Messages
- 964
- Reaction score
- 7
- Points
- 18
Hello there,
I was wondering if I may receive some help with this situation please?
My site is located at http://the-elites.org
It is an "elite" self-improvement membership organization (non-profit) that I am in the works of starting, I have everything on paper and such, but nothing online.
My footer on the site overlaps as well. If I can receive some help it would be greatly appreciated. I am even willing to give you access to content for free for the first 2 months, no obligation on your part afterwards.
I just need to get a move on this, and the footer makes things harder to work with and overlaps extremely.
The footer CSS is below, would anyone be able to point me in the right directions so I can fix the overlapping please? I have looked at other wordpress related posts trying to add and delete things in it but still unable to fix it.
I was wondering if I may receive some help with this situation please?
My site is located at http://the-elites.org
It is an "elite" self-improvement membership organization (non-profit) that I am in the works of starting, I have everything on paper and such, but nothing online.
My footer on the site overlaps as well. If I can receive some help it would be greatly appreciated. I am even willing to give you access to content for free for the first 2 months, no obligation on your part afterwards.
I just need to get a move on this, and the footer makes things harder to work with and overlaps extremely.
The footer CSS is below, would anyone be able to point me in the right directions so I can fix the overlapping please? I have looked at other wordpress related posts trying to add and delete things in it but still unable to fix it.
PHP:
/**********************************
FOOTER CSS
***********************************/
#footer
{
background-image:url(../img/backgrounds/Background_footer_BrownLeather.jpg);
background-position: left top;
min-height:185px;
width:999px;
margin:auto;
margin-bottom: 20px;
margin-top:10px;
clear:both;
position: relative;
left:1px;
padding-top:45px;
}
#footer .links-info-container
{
padding:0px 40px 0px;
width:920px;
margin-bottom:40px;
}
#footer .links-info-container a
{
color:#777;
font:11px/20px Verdana;
}
#footer .links-info-container a:hover
{
color:#fff;
}
#footer .links-info-container .links
{
width:139px;
margin-right:24px;
border-left:0px solid #111;
padding:3px 0px 3px 10px;
float:left;
background-image:url(../img/common_files/Spliter_Footer.png);
background-position: left 0px;
}
#footer .links-info-container .info
{
width:213px;
border-left:0px solid #222;
padding:3px 0px 3px 10px;
float:left;
background-image:url(../img/common_files/Spliter_Footer.png);
background-position: left 0px;
}
#footer .links-info-container .info p
{
color: #aaa;
margin: 0px;
font:11px/16px Verdana;
text-indent:0px;
}
#footer-bottom
{
padding:6px 40px 60px;
width:920px;
text-align:center;
margin:auto;
color:#666;
font:10px Verdana;
background-image:url(../img/common_files/Spliter_BlogPostTop_border.png);
background-position: top;
}
#footer-bottom img
{
border:none;
}
Last edited: