Quote:
Originally Posted by Wordplay
and can you help me make the descripton align on the left rather than center,
|
Find:
Code:
#featured .info p{
margin:0 5px;
font-family:Verdana; font-size:11px;
line-height:15px; color:#f0f0f0;
}
Use this instead:
Code:
#featured .info p {
color: #F0F0F0;
font-family: Verdana;
font-size: 11px;
line-height: 15px;
margin: 0 5px;
text-align: left;
}
as for:
Quote:
and make it take away 600px rather than what it is taking away right now?
|
I'm not sure I understand what you need- can you reword your question?