anthonyhernande
04-07-2011, 01:28 AM
Hello,
The site I'm working on is http://www.whilemenwatch.com/blog.
What I am trying to do is align the featured content area with the content underneath it. I've spent about 5 hours trying to get this to work and have intermediate html / css knowledge.
Here's the code for the featured content:
#featured-content {
width: 565px;
height: 350px;
}
I have tried clear:both;, position: etc;, margin-left, margin: 0 auto;, float and other combinations. I'm sure it's the placement and another div layer having the affect, but can't put my finger on it! hah
Please help? :confused:
The site I'm working on is http://www.whilemenwatch.com/blog.
What I am trying to do is align the featured content area with the content underneath it. I've spent about 5 hours trying to get this to work and have intermediate html / css knowledge.
Here's the code for the featured content:
#featured-content {
width: 565px;
height: 350px;
}
I have tried clear:both;, position: etc;, margin-left, margin: 0 auto;, float and other combinations. I'm sure it's the placement and another div layer having the affect, but can't put my finger on it! hah
Please help? :confused: