Home › Forums › CSS › CSS Can you help me find the bug? › Re: CSS Can you help me find the bug?
May 15, 2013 at 3:28 pm
#135219
Member
@wolfcry911 is right. I think the quote just ended up going to far.
Your text alignment isn’t an issue. It’s the floating of the container (#main) that is causing the issue.
#main {
width: 702px;
border-right: 1px solid rgb(152, 152, 152);
margin-right: 12px;
z-index: 1;
float: left; /* <
This is what they were getting at */
}
It also looks like it happened because you deleted the CSS file from the Home page. It’s on the about us page.