|
I'm trying to edit a theme I bought through photocrati. The main thing I am trying to do is display my image at a full size . Ex 900x600. I remove my side bar so I can have more room but now I am stuck. I was told to edit my post and entry but I have no idea what to do. If anyone can help or suggest something I will appreciate it.
Here's what my css sheet looks like.
.post {
margin: 0 0 20px;
text-align: justify;
}
.postmetadata {
width: auto;
display:block;
float:none;
margin-bottom:40px;
}
#postleft{
float:none;
width:270px;
}
#postright{
float:none;
width:250px;
text-align:right;
margin-right: 20px;
}
.post h2 {
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px solid #efefef;
font-size:18px;
font-weight:normal;
}
.post h2 a{
color:#000;
}
.post h2 a:hover{
color:#333;
}
.clear {
clear: both;
}
.entry p a:visited {
color: #000;
background-color:#FFFFFF;
}
.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}
/* End Entry Lists */
Last edited by Latina317; 01-25-2010 at 10:56 PM..
|