General Community > WebsiteBaker Website Showcase

A Few More Sites Fresh From the Oven

<< < (2/2)

ProSam:

--- Quote from: marathoner on April 22, 2008, 06:09:52 PM ---Red line coming from your footer id...check the CSS and remove or change:
"border-top:5px solid #8e0300;"

--- End quote ---
Hi,
I know which style it is, I don't want to get rid of it, I want to make it 790px and stay in the middle.

Thanks

marathoner:
If you know which style it is then you'll see that you haven't applied a width to it. I *think* that you really want it in your #footer id .inner class like below:


--- Code: ---#footer {
    font-size:80%;
    padding-left:20px;
    text-align:left;
}
#footer .inner {
    text-align:center;
    border-top:5px solid #8e0300;
    width:790px;
    color:#000;
    margin:auto;
    padding:auto;
    margin-top:10px;
}

--- End code ---

ProSam:
Well I fixed it.

I moved the inner class out from inside the footer tag and renamed the style to just inner and then adjusted it from their and it worked.

bupaje:
Great work. I love the bold colors and design.

ProSam:
Thanks for the kind words guys. I appreciate it. I got a few more in the oven and shall be putting them out to air soon. I'll keep ya'll updated.  :mrgreen:

Navigation

[0] Message Index

[*] Previous page

Go to full version