stonepilot
Sun 23rd Mar '08, 6:44pm
I was able to work out most of the layout issues with my custom style. However, I do not understand how to shrink the overall width of the content area. I probably do not understand how the fields fit together to make up the blog.
Here's the blog
http://www.gmtruckclub.com/forum/blog.php
It was all messed up to start with, and I changed the code around to get it mostly stable. How do I shrink the overall width of the content section? Is it all with the inline styles?
Some of the code
<style type="text/css">
.cleardiv {
clear:both;
}
#content_container {
width:675px;
float:$stylevar[right];
margin-$stylevar[left]:-0px;
background: $stylevar[page_bgcolor];
}
#content {
margin-$stylevar[left]:0px;
background: $stylevar[page_bgcolor];
}
#sidebar_container {
width:200px;
float:$stylevar[left];
background: $stylevar[page_bgcolor];
}
.nobullets {
list-style:none;
margin:0px;
padding:0px;
}
#blog_description
{
margin-bottom:12px;
}
img.blog_home_list_image
{
max-width:30px;
max-height:30px;
height:auto !important;
width:auto !important;
width:30px;
height:30px;
}
</style>
... any help would be appreciated.
Here's the blog
http://www.gmtruckclub.com/forum/blog.php
It was all messed up to start with, and I changed the code around to get it mostly stable. How do I shrink the overall width of the content section? Is it all with the inline styles?
Some of the code
<style type="text/css">
.cleardiv {
clear:both;
}
#content_container {
width:675px;
float:$stylevar[right];
margin-$stylevar[left]:-0px;
background: $stylevar[page_bgcolor];
}
#content {
margin-$stylevar[left]:0px;
background: $stylevar[page_bgcolor];
}
#sidebar_container {
width:200px;
float:$stylevar[left];
background: $stylevar[page_bgcolor];
}
.nobullets {
list-style:none;
margin:0px;
padding:0px;
}
#blog_description
{
margin-bottom:12px;
}
img.blog_home_list_image
{
max-width:30px;
max-height:30px;
height:auto !important;
width:auto !important;
width:30px;
height:30px;
}
</style>
... any help would be appreciated.